Html Css Color HEX #9012CB Dark Violet

📋 copy color: '#9012CB'

red 144 ◦ green 18 ◦ blue 203

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

Shades of Dark Violet #9012CB

Tints of Dark Violet #9012CB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.93%

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

R = 39.45%
G = 4.93%
B = 55.62%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9012CB (or 0x9012CB) is known color: Dark Violet. HEX triplet: 90, 12 and CB. RGB value is (144,18,203). Sum of RGB (Red+Green+Blue) = 144+18+203=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #9012CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9012CB is #6FED34. Grayscale: #4C4C4C. Windows color (decimal): -7335221 or 13308560. OLE color: 13308560.

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

Color convert

RGB 144 18 203 -
CMYK 0.29 0.91 0 0.20
HSL 280.86º 0.84% 0.43% -
HSV(B) 280.86º 0.91% 0.8% -
XYZ 22.5 10.67 57.37 -
YUV 76.76 199.24 175.96 -
System Red Green Blue C M Y K H S L
Decimal 144 18 203 0.29 0.91 0 0.20 280.86 0.84 0.43
Hex 90 12 CB 1D 5B 0 14 119 54 2B
Octal 220 22 313 35 133 0 24 431 124 53
Binary 10010000 10010 11001011 11101 1011011 0 10100 100011001 1010100 101011

Color Harmonies of #9012CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9012CB

Black with #9012CB

Text Example


Text Example

White with #9012CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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