Html Css Color HEX #900BCC Dark Violet

📋 copy color: '#900BCC'

red 144 ◦ green 11 ◦ blue 204

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

Shades of Dark Violet #900BCC

Tints of Dark Violet #900BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.06%

 BLUE value IS 204 (80.08% from 255) = 56.82%

R = 40.11%
G = 3.06%
B = 56.82%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#900BCC (or 0x900BCC) is known color: Dark Violet. HEX triplet: 90, 0B and CC. RGB value is (144,11,204). Sum of RGB (Red+Green+Blue) = 144+11+204=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #900BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900BCC is #6FF433. Grayscale: #484848. Windows color (decimal): -7337012 or 13372304. OLE color: 13372304.

HSL color Cylindrical-coordinate representation of color #900BCC: hue angle of 281.35º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900BCC is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 11 204 -
CMYK 0.29 0.95 0 0.2
HSL 281.35º 0.9% 0.42% -
HSV(B) 281.35º 0.95% 0.8% -
XYZ 22.52 10.53 57.97 -
YUV 72.77 202.06 178.81 -
System Red Green Blue C M Y K H S L
Decimal 144 11 204 0.29 0.95 0 0.2 281.35 0.9 0.42
Hex 90 B CC 1D 5F 0 14 119 5A 2A
Octal 220 13 314 35 137 0 24 431 132 52
Binary 10010000 1011 11001100 11101 1011111 0 10100 100011001 1011010 101010

Color Harmonies of #900BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900BCC

Black with #900BCC

Text Example


Text Example

White with #900BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,11,204); }

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

background-color css

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

 a { background-color: rgb(144,11,204); }

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

border-color css

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

 span { border-color: rgb(144,11,204); }

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