Html Css Color HEX #9000CE Dark Violet

📋 copy color: '#9000CE'

red 144 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #9000CE

Tints of Dark Violet #9000CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 206 (80.86% from 255) = 58.86%

R = 41.14%
G = 0%
B = 58.86%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9000CE (or 0x9000CE) is known color: Dark Violet. HEX triplet: 90, 00 and CE. RGB value is (144,0,206). Sum of RGB (Red+Green+Blue) = 144+0+206=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #9000CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9000CE is #6FFF31. Grayscale: #414141. Windows color (decimal): -7339826 or 13500560. OLE color: 13500560.

HSL color Cylindrical-coordinate representation of color #9000CE: hue angle of 281.94º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9000CE is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 0 206 -
CMYK 0.30 1 0 0.19
HSL 281.94º 1% 0.4% -
HSV(B) 281.94º 1% 0.81% -
XYZ 22.64 10.39 59.2 -
YUV 66.54 206.71 183.25 -
System Red Green Blue C M Y K H S L
Decimal 144 0 206 0.30 1 0 0.19 281.94 1 0.4
Hex 90 0 CE 1E 64 0 13 11A 64 28
Octal 220 0 316 36 144 0 23 432 144 50
Binary 10010000 0 11001110 11110 1100100 0 10011 100011010 1100100 101000

Color Harmonies of #9000CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9000CE

Black with #9000CE

Text Example


Text Example

White with #9000CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9000CE; }

 p { color: rgb(144,0,206); }

 H1.HeaderClassName
 {
   color: #9000CE;
 }
 .AnyTagClassName
 {
   color: #9000CE;
 }
</style>

background-color css

<style>
 a { background-color: #9000CE; }

 a { background-color: rgb(144,0,206); }

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

border-color css

<style>
 span { border-color: #9000CE; }

 span { border-color: rgb(144,0,206); }

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