Html Css Color HEX #900CC6 Dark Violet

📋 copy color: '#900CC6'

red 144 ◦ green 12 ◦ blue 198

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

Shades of Dark Violet #900CC6

Tints of Dark Violet #900CC6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.39%

 BLUE value IS 198 (77.73% from 255) = 55.93%

R = 40.68%
G = 3.39%
B = 55.93%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#900CC6 (or 0x900CC6) is known color: Dark Violet. HEX triplet: 90, 0C and C6. RGB value is (144,12,198). Sum of RGB (Red+Green+Blue) = 144+12+198=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 198 (77.73% from 255 or 55.93% from 354); Max value from RGB is 198 - color contains mainly: blue. Hex color #900CC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900CC6 is #6FF339. Grayscale: #484848. Windows color (decimal): -7336762 or 12979344. OLE color: 12979344.

HSL color Cylindrical-coordinate representation of color #900CC6: hue angle of 282.58º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900CC6 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 144 12 198 -
CMYK 0.27 0.94 0 0.22
HSL 282.58º 0.89% 0.41% -
HSV(B) 282.58º 0.94% 0.78% -
XYZ 21.83 10.27 54.26 -
YUV 72.67 198.73 178.88 -
System Red Green Blue C M Y K H S L
Decimal 144 12 198 0.27 0.94 0 0.22 282.58 0.89 0.41
Hex 90 C C6 1B 5E 0 16 11B 59 29
Octal 220 14 306 33 136 0 26 433 131 51
Binary 10010000 1100 11000110 11011 1011110 0 10110 100011011 1011001 101001

Color Harmonies of #900CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900CC6

Black with #900CC6

Text Example


Text Example

White with #900CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900CC6; }

 p { color: rgb(144,12,198); }

 H1.HeaderClassName
 {
   color: #900CC6;
 }
 .AnyTagClassName
 {
   color: #900CC6;
 }
</style>

background-color css

<style>
 a { background-color: #900CC6; }

 a { background-color: rgb(144,12,198); }

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

border-color css

<style>
 span { border-color: #900CC6; }

 span { border-color: rgb(144,12,198); }

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