Html Css Color HEX #8807BE Dark Violet

📋 copy color: '#8807BE'

red 136 ◦ green 7 ◦ blue 190

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

Shades of Dark Violet #8807BE

Tints of Dark Violet #8807BE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.1%

 BLUE value IS 190 (74.61% from 255) = 57.06%

R = 40.84%
G = 2.1%
B = 57.06%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8807BE (or 0x8807BE) is known color: Dark Violet. HEX triplet: 88, 07 and BE. RGB value is (136,7,190). Sum of RGB (Red+Green+Blue) = 136+7+190=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #8807BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8807BE is #77F841. Grayscale: #414141. Windows color (decimal): -7862338 or 12453768. OLE color: 12453768.

HSL color Cylindrical-coordinate representation of color #8807BE: hue angle of 282.3º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8807BE is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 7 190 -
CMYK 0.28 0.96 0 0.25
HSL 282.3º 0.93% 0.39% -
HSV(B) 282.3º 0.96% 0.75% -
XYZ 19.52 9.1 49.44 -
YUV 66.43 197.74 177.62 -
System Red Green Blue C M Y K H S L
Decimal 136 7 190 0.28 0.96 0 0.25 282.3 0.93 0.39
Hex 88 7 BE 1C 60 0 19 11A 5D 27
Octal 210 7 276 34 140 0 31 432 135 47
Binary 10001000 111 10111110 11100 1100000 0 11001 100011010 1011101 100111

Color Harmonies of #8807BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8807BE

Black with #8807BE

Text Example


Text Example

White with #8807BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8807BE; }

 p { color: rgb(136,7,190); }

 H1.HeaderClassName
 {
   color: #8807BE;
 }
 .AnyTagClassName
 {
   color: #8807BE;
 }
</style>

background-color css

<style>
 a { background-color: #8807BE; }

 a { background-color: rgb(136,7,190); }

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

border-color css

<style>
 span { border-color: #8807BE; }

 span { border-color: rgb(136,7,190); }

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