Html Css Color HEX #9008C0 Dark Violet

📋 copy color: '#9008C0'

red 144 ◦ green 8 ◦ blue 192

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

Shades of Dark Violet #9008C0

Tints of Dark Violet #9008C0

RGB

 RED value IS 144 (56.64% from 255) = 41.86%

 GREEN value IS 8 (3.52% from 255) = 2.33%

 BLUE value IS 192 (75.39% from 255) = 55.81%

R = 41.86%
G = 2.33%
B = 55.81%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9008C0 (or 0x9008C0) is known color: Dark Violet. HEX triplet: 90, 08 and C0. RGB value is (144,8,192). Sum of RGB (Red+Green+Blue) = 144+8+192=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #9008C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9008C0 is #6FF73F. Grayscale: #454545. Windows color (decimal): -7337792 or 12585104. OLE color: 12585104.

HSL color Cylindrical-coordinate representation of color #9008C0: hue angle of 284.35º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9008C0 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 8 192 -
CMYK 0.25 0.96 0 0.25
HSL 284.35º 0.92% 0.39% -
HSV(B) 284.35º 0.96% 0.75% -
XYZ 21.1 9.91 50.67 -
YUV 69.64 197.06 181.04 -
System Red Green Blue C M Y K H S L
Decimal 144 8 192 0.25 0.96 0 0.25 284.35 0.92 0.39
Hex 90 8 C0 19 60 0 19 11C 5C 27
Octal 220 10 300 31 140 0 31 434 134 47
Binary 10010000 1000 11000000 11001 1100000 0 11001 100011100 1011100 100111

Color Harmonies of #9008C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9008C0

Black with #9008C0

Text Example


Text Example

White with #9008C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9008C0; }

 p { color: rgb(144,8,192); }

 H1.HeaderClassName
 {
   color: #9008C0;
 }
 .AnyTagClassName
 {
   color: #9008C0;
 }
</style>

background-color css

<style>
 a { background-color: #9008C0; }

 a { background-color: rgb(144,8,192); }

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

border-color css

<style>
 span { border-color: #9008C0; }

 span { border-color: rgb(144,8,192); }

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