Html Css Color HEX #9419D0 Dark Violet

📋 copy color: '#9419D0'

red 148 ◦ green 25 ◦ blue 208

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

Shades of Dark Violet #9419D0

Tints of Dark Violet #9419D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.59%

R = 38.85%
G = 6.56%
B = 54.59%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9419D0 (or 0x9419D0) is known color: Dark Violet. HEX triplet: 94, 19 and D0. RGB value is (148,25,208). Sum of RGB (Red+Green+Blue) = 148+25+208=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 208 (81.64% from 255 or 54.59% from 381); Max value from RGB is 208 - color contains mainly: blue. Hex color #9419D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9419D0 is #6BE62F. Grayscale: #525252. Windows color (decimal): -7071280 or 13638036. OLE color: 13638036.

HSL color Cylindrical-coordinate representation of color #9419D0: hue angle of 280.33º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9419D0 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 25 208 -
CMYK 0.29 0.88 0 0.18
HSL 280.33º 0.79% 0.46% -
HSV(B) 280.33º 0.88% 0.82% -
XYZ 23.95 11.55 60.64 -
YUV 82.64 198.75 174.62 -
System Red Green Blue C M Y K H S L
Decimal 148 25 208 0.29 0.88 0 0.18 280.33 0.79 0.46
Hex 94 19 D0 1D 58 0 12 118 4F 2E
Octal 224 31 320 35 130 0 22 430 117 56
Binary 10010100 11001 11010000 11101 1011000 0 10010 100011000 1001111 101110

Color Harmonies of #9419D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9419D0

Black with #9419D0

Text Example


Text Example

White with #9419D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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