Html Css Color HEX #98419D Vivid Violet

📋 copy color: '#98419D'

red 152 ◦ green 65 ◦ blue 157

#98419D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #98419D

Tints of Vivid Violet #98419D

RGB

 RED value IS 152 (59.77% from 255) = 40.64%

 GREEN value IS 65 (25.78% from 255) = 17.38%

 BLUE value IS 157 (61.72% from 255) = 41.98%

R = 40.64%
G = 17.38%
B = 41.98%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#98419D (or 0x98419D) is known color: Vivid Violet. HEX triplet: 98, 41 and 9D. RGB value is (152,65,157). Sum of RGB (Red+Green+Blue) = 152+65+157=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #98419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98419D is #67BE62. Grayscale: #656565. Windows color (decimal): -6798947 or 10305944. OLE color: 10305944.

HSL color Cylindrical-coordinate representation of color #98419D: hue angle of 296.74º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98419D is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 65 157 -
CMYK 0.03 0.59 0 0.38
HSL 296.74º 0.41% 0.44% -
HSV(B) 296.74º 0.59% 0.62% -
XYZ 20.93 12.89 33.28 -
YUV 101.5 159.32 164.02 -
System Red Green Blue C M Y K H S L
Decimal 152 65 157 0.03 0.59 0 0.38 296.74 0.41 0.44
Hex 98 41 9D 3 3B 0 26 129 29 2C
Octal 230 101 235 3 73 0 46 451 51 54
Binary 10011000 1000001 10011101 11 111011 0 100110 100101001 101001 101100

Color Harmonies of #98419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98419D

Black with #98419D

Text Example


Text Example

White with #98419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98419D; }

 p { color: rgb(152,65,157); }

 H1.HeaderClassName
 {
   color: #98419D;
 }
 .AnyTagClassName
 {
   color: #98419D;
 }
</style>

background-color css

<style>
 a { background-color: #98419D; }

 a { background-color: rgb(152,65,157); }

 div.DivClassName
 {
   background-color: #98419D;
 }
 .BgClassName
 {
   background-color: #98419D;
 }
</style>

border-color css

<style>
 span { border-color: #98419D; }

 span { border-color: rgb(152,65,157); }

 td.TdClassName
 {
   border-color: #98419D;
 }
 .TagClassName
 {
   border-color: #98419D;
 }
</style>