Html Css Color HEX #9015C9 Dark Violet

📋 copy color: '#9015C9'

red 144 ◦ green 21 ◦ blue 201

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

Shades of Dark Violet #9015C9

Tints of Dark Violet #9015C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 54.92%

R = 39.34%
G = 5.74%
B = 54.92%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9015C9 (or 0x9015C9) is known color: Dark Violet. HEX triplet: 90, 15 and C9. RGB value is (144,21,201). Sum of RGB (Red+Green+Blue) = 144+21+201=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 201 (78.91% from 255 or 54.92% from 366); Max value from RGB is 201 - color contains mainly: blue. Hex color #9015C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9015C9 is #6FEA36. Grayscale: #4D4D4D. Windows color (decimal): -7334455 or 13178256. OLE color: 13178256.

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

Color convert

RGB 144 21 201 -
CMYK 0.28 0.90 0 0.21
HSL 281º 0.81% 0.44% -
HSV(B) 281º 0.9% 0.79% -
XYZ 22.31 10.68 56.14 -
YUV 78.3 197.25 174.86 -
System Red Green Blue C M Y K H S L
Decimal 144 21 201 0.28 0.90 0 0.21 281 0.81 0.44
Hex 90 15 C9 1C 5A 0 15 119 51 2C
Octal 220 25 311 34 132 0 25 431 121 54
Binary 10010000 10101 11001001 11100 1011010 0 10101 100011001 1010001 101100

Color Harmonies of #9015C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9015C9

Black with #9015C9

Text Example


Text Example

White with #9015C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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