Html Css Color HEX #9008CB Dark Violet

📋 copy color: '#9008CB'

red 144 ◦ green 8 ◦ blue 203

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

Shades of Dark Violet #9008CB

Tints of Dark Violet #9008CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 57.18%

R = 40.56%
G = 2.25%
B = 57.18%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9008CB (or 0x9008CB) is known color: Dark Violet. HEX triplet: 90, 08 and CB. RGB value is (144,8,203). Sum of RGB (Red+Green+Blue) = 144+8+203=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #9008CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9008CB is #6FF734. Grayscale: #464646. Windows color (decimal): -7337781 or 13306000. OLE color: 13306000.

HSL color Cylindrical-coordinate representation of color #9008CB: hue angle of 281.85º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9008CB is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 8 203 -
CMYK 0.29 0.96 0 0.20
HSL 281.85º 0.92% 0.41% -
HSV(B) 281.85º 0.96% 0.8% -
XYZ 22.37 10.41 57.33 -
YUV 70.89 202.56 180.14 -
System Red Green Blue C M Y K H S L
Decimal 144 8 203 0.29 0.96 0 0.20 281.85 0.92 0.41
Hex 90 8 CB 1D 60 0 14 11A 5C 29
Octal 220 10 313 35 140 0 24 432 134 51
Binary 10010000 1000 11001011 11101 1100000 0 10100 100011010 1011100 101001

Color Harmonies of #9008CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9008CB

Black with #9008CB

Text Example


Text Example

White with #9008CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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