Html Css Color HEX #9015BC Dark Violet

📋 copy color: '#9015BC'

red 144 ◦ green 21 ◦ blue 188

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

Shades of Dark Violet #9015BC

Tints of Dark Violet #9015BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.26%

R = 40.79%
G = 5.95%
B = 53.26%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9015BC (or 0x9015BC) is known color: Dark Violet. HEX triplet: 90, 15 and BC. RGB value is (144,21,188). Sum of RGB (Red+Green+Blue) = 144+21+188=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #9015BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9015BC is #6FEA43. Grayscale: #4C4C4C. Windows color (decimal): -7334468 or 12326288. OLE color: 12326288.

HSL color Cylindrical-coordinate representation of color #9015BC: hue angle of 284.19º 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 #9015BC is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 21 188 -
CMYK 0.23 0.89 0 0.26
HSL 284.19º 0.8% 0.41% -
HSV(B) 284.19º 0.89% 0.74% -
XYZ 20.85 10.1 48.43 -
YUV 76.82 190.75 175.92 -
System Red Green Blue C M Y K H S L
Decimal 144 21 188 0.23 0.89 0 0.26 284.19 0.8 0.41
Hex 90 15 BC 17 59 0 1A 11C 50 29
Octal 220 25 274 27 131 0 32 434 120 51
Binary 10010000 10101 10111100 10111 1011001 0 11010 100011100 1010000 101001

Color Harmonies of #9015BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9015BC

Black with #9015BC

Text Example


Text Example

White with #9015BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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