Html Css Color HEX #8815BC Dark Violet

📋 copy color: '#8815BC'

red 136 ◦ green 21 ◦ blue 188

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

Shades of Dark Violet #8815BC

Tints of Dark Violet #8815BC

RGB

 RED value IS 136 (53.52% from 255) = 39.42%

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

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

R = 39.42%
G = 6.09%
B = 54.49%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8815BC (or 0x8815BC) is known color: Dark Violet. HEX triplet: 88, 15 and BC. RGB value is (136,21,188). Sum of RGB (Red+Green+Blue) = 136+21+188=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #8815BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8815BC is #77EA43. Grayscale: #494949. Windows color (decimal): -7858756 or 12326280. OLE color: 12326280.

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

Color convert

RGB 136 21 188 -
CMYK 0.28 0.89 0 0.26
HSL 281.32º 0.8% 0.41% -
HSV(B) 281.32º 0.89% 0.74% -
XYZ 19.5 9.4 48.36 -
YUV 74.42 192.1 171.92 -
System Red Green Blue C M Y K H S L
Decimal 136 21 188 0.28 0.89 0 0.26 281.32 0.8 0.41
Hex 88 15 BC 1C 59 0 1A 119 50 29
Octal 210 25 274 34 131 0 32 431 120 51
Binary 10001000 10101 10111100 11100 1011001 0 11010 100011001 1010000 101001

Color Harmonies of #8815BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8815BC

Black with #8815BC

Text Example


Text Example

White with #8815BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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