Html Css Color HEX #9015BD Dark Violet

📋 copy color: '#9015BD'

red 144 ◦ green 21 ◦ blue 189

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

Shades of Dark Violet #9015BD

Tints of Dark Violet #9015BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.39%

R = 40.68%
G = 5.93%
B = 53.39%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9015BD (or 0x9015BD) is known color: Dark Violet. HEX triplet: 90, 15 and BD. RGB value is (144,21,189). Sum of RGB (Red+Green+Blue) = 144+21+189=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #9015BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9015BD is #6FEA42. Grayscale: #4C4C4C. Windows color (decimal): -7334467 or 12391824. OLE color: 12391824.

HSL color Cylindrical-coordinate representation of color #9015BD: hue angle of 283.93º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9015BD is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 21 189 -
CMYK 0.24 0.89 0 0.26
HSL 283.93º 0.8% 0.41% -
HSV(B) 283.93º 0.89% 0.74% -
XYZ 20.96 10.14 49 -
YUV 76.93 191.25 175.84 -
System Red Green Blue C M Y K H S L
Decimal 144 21 189 0.24 0.89 0 0.26 283.93 0.8 0.41
Hex 90 15 BD 18 59 0 1A 11C 50 29
Octal 220 25 275 30 131 0 32 434 120 51
Binary 10010000 10101 10111101 11000 1011001 0 11010 100011100 1010000 101001

Color Harmonies of #9015BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9015BD

Black with #9015BD

Text Example


Text Example

White with #9015BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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