Html Css Color HEX #9419CE Dark Violet

📋 copy color: '#9419CE'

red 148 ◦ green 25 ◦ blue 206

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

Shades of Dark Violet #9419CE

Tints of Dark Violet #9419CE

RGB

 RED value IS 148 (58.2% from 255) = 39.05%

 GREEN value IS 25 (10.16% from 255) = 6.6%

 BLUE value IS 206 (80.86% from 255) = 54.35%

R = 39.05%
G = 6.6%
B = 54.35%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9419CE (or 0x9419CE) is known color: Dark Violet. HEX triplet: 94, 19 and CE. RGB value is (148,25,206). Sum of RGB (Red+Green+Blue) = 148+25+206=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #9419CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9419CE is #6BE631. Grayscale: #515151. Windows color (decimal): -7071282 or 13506964. OLE color: 13506964.

HSL color Cylindrical-coordinate representation of color #9419CE: hue angle of 280.77º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9419CE is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 25 206 -
CMYK 0.28 0.88 0 0.19
HSL 280.77º 0.78% 0.45% -
HSV(B) 280.77º 0.88% 0.81% -
XYZ 23.7 11.45 59.35 -
YUV 82.41 197.75 174.78 -
System Red Green Blue C M Y K H S L
Decimal 148 25 206 0.28 0.88 0 0.19 280.77 0.78 0.45
Hex 94 19 CE 1C 58 0 13 119 4E 2D
Octal 224 31 316 34 130 0 23 431 116 55
Binary 10010100 11001 11001110 11100 1011000 0 10011 100011001 1001110 101101

Color Harmonies of #9419CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9419CE

Black with #9419CE

Text Example


Text Example

White with #9419CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9419CE; }

 p { color: rgb(148,25,206); }

 H1.HeaderClassName
 {
   color: #9419CE;
 }
 .AnyTagClassName
 {
   color: #9419CE;
 }
</style>

background-color css

<style>
 a { background-color: #9419CE; }

 a { background-color: rgb(148,25,206); }

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

border-color css

<style>
 span { border-color: #9419CE; }

 span { border-color: rgb(148,25,206); }

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