Html Css Color HEX #9015CC Dark Violet

📋 copy color: '#9015CC'

red 144 ◦ green 21 ◦ blue 204

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

Shades of Dark Violet #9015CC

Tints of Dark Violet #9015CC

RGB

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

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

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

R = 39.02%
G = 5.69%
B = 55.28%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9015CC (or 0x9015CC) is known color: Dark Violet. HEX triplet: 90, 15 and CC. RGB value is (144,21,204). Sum of RGB (Red+Green+Blue) = 144+21+204=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #9015CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9015CC is #6FEA33. Grayscale: #4E4E4E. Windows color (decimal): -7334452 or 13374864. OLE color: 13374864.

HSL color Cylindrical-coordinate representation of color #9015CC: hue angle of 280.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9015CC is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 21 204 -
CMYK 0.29 0.90 0 0.2
HSL 280.33º 0.81% 0.44% -
HSV(B) 280.33º 0.9% 0.8% -
XYZ 22.67 10.83 58.02 -
YUV 78.64 198.75 174.62 -
System Red Green Blue C M Y K H S L
Decimal 144 21 204 0.29 0.90 0 0.2 280.33 0.81 0.44
Hex 90 15 CC 1D 5A 0 14 118 51 2C
Octal 220 25 314 35 132 0 24 430 121 54
Binary 10010000 10101 11001100 11101 1011010 0 10100 100011000 1010001 101100

Color Harmonies of #9015CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9015CC

Black with #9015CC

Text Example


Text Example

White with #9015CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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