Html Css Color HEX #9015CE Dark Violet

📋 copy color: '#9015CE'

red 144 ◦ green 21 ◦ blue 206

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

Shades of Dark Violet #9015CE

Tints of Dark Violet #9015CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.66%

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

R = 38.81%
G = 5.66%
B = 55.53%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9015CE (or 0x9015CE) is known color: Dark Violet. HEX triplet: 90, 15 and CE. RGB value is (144,21,206). Sum of RGB (Red+Green+Blue) = 144+21+206=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #9015CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9015CE is #6FEA31. Grayscale: #4E4E4E. Windows color (decimal): -7334450 or 13505936. OLE color: 13505936.

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

Color convert

RGB 144 21 206 -
CMYK 0.30 0.90 0 0.19
HSL 279.89º 0.81% 0.45% -
HSV(B) 279.89º 0.9% 0.81% -
XYZ 22.91 10.92 59.29 -
YUV 78.87 199.75 174.46 -
System Red Green Blue C M Y K H S L
Decimal 144 21 206 0.30 0.90 0 0.19 279.89 0.81 0.45
Hex 90 15 CE 1E 5A 0 13 118 51 2D
Octal 220 25 316 36 132 0 23 430 121 55
Binary 10010000 10101 11001110 11110 1011010 0 10011 100011000 1010001 101101

Color Harmonies of #9015CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9015CE

Black with #9015CE

Text Example


Text Example

White with #9015CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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