Html Css Color HEX #9015D6 Dark Violet

📋 copy color: '#9015D6'

red 144 ◦ green 21 ◦ blue 214

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

Shades of Dark Violet #9015D6

Tints of Dark Violet #9015D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 56.46%

R = 37.99%
G = 5.54%
B = 56.46%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9015D6 (or 0x9015D6) is known color: Dark Violet. HEX triplet: 90, 15 and D6. RGB value is (144,21,214). Sum of RGB (Red+Green+Blue) = 144+21+214=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 214 (83.98% from 255 or 56.46% from 379); Max value from RGB is 214 - color contains mainly: blue. Hex color #9015D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9015D6 is #6FEA29. Grayscale: #4F4F4F. Windows color (decimal): -7334442 or 14030224. OLE color: 14030224.

HSL color Cylindrical-coordinate representation of color #9015D6: hue angle of 278.24º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9015D6 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 21 214 -
CMYK 0.33 0.90 0 0.16
HSL 278.24º 0.82% 0.46% -
HSV(B) 278.24º 0.9% 0.84% -
XYZ 23.91 11.32 64.54 -
YUV 79.78 203.75 173.81 -
System Red Green Blue C M Y K H S L
Decimal 144 21 214 0.33 0.90 0 0.16 278.24 0.82 0.46
Hex 90 15 D6 21 5A 0 10 116 52 2E
Octal 220 25 326 41 132 0 20 426 122 56
Binary 10010000 10101 11010110 100001 1011010 0 10000 100010110 1010010 101110

Color Harmonies of #9015D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9015D6

Black with #9015D6

Text Example


Text Example

White with #9015D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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