Html Css Color HEX #9015BB Dark Violet

📋 copy color: '#9015BB'

red 144 ◦ green 21 ◦ blue 187

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

Shades of Dark Violet #9015BB

Tints of Dark Violet #9015BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.13%

R = 40.91%
G = 5.97%
B = 53.13%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9015BB (or 0x9015BB) is known color: Dark Violet. HEX triplet: 90, 15 and BB. RGB value is (144,21,187). Sum of RGB (Red+Green+Blue) = 144+21+187=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #9015BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9015BB is #6FEA44. Grayscale: #4C4C4C. Windows color (decimal): -7334469 or 12260752. OLE color: 12260752.

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

Color convert

RGB 144 21 187 -
CMYK 0.23 0.89 0 0.27
HSL 284.46º 0.8% 0.41% -
HSV(B) 284.46º 0.89% 0.73% -
XYZ 20.74 10.05 47.86 -
YUV 76.7 190.25 176 -
System Red Green Blue C M Y K H S L
Decimal 144 21 187 0.23 0.89 0 0.27 284.46 0.8 0.41
Hex 90 15 BB 17 59 0 1B 11C 50 29
Octal 220 25 273 27 131 0 33 434 120 51
Binary 10010000 10101 10111011 10111 1011001 0 11011 100011100 1010000 101001

Color Harmonies of #9015BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9015BB

Black with #9015BB

Text Example


Text Example

White with #9015BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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