Html Css Color HEX #8801BD Dark Violet

📋 copy color: '#8801BD'

red 136 ◦ green 1 ◦ blue 189

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

Shades of Dark Violet #8801BD

Tints of Dark Violet #8801BD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 41.72%
G = 0.31%
B = 57.98%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8801BD (or 0x8801BD) is known color: Dark Violet. HEX triplet: 88, 01 and BD. RGB value is (136,1,189). Sum of RGB (Red+Green+Blue) = 136+1+189=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #8801BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8801BD is #77FE42. Grayscale: #3E3E3E. Windows color (decimal): -7863875 or 12386696. OLE color: 12386696.

HSL color Cylindrical-coordinate representation of color #8801BD: hue angle of 283.09º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8801BD is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 1 189 -
CMYK 0.28 0.99 0 0.26
HSL 283.09º 0.99% 0.37% -
HSV(B) 283.09º 0.99% 0.74% -
XYZ 19.35 8.93 48.85 -
YUV 62.8 199.23 180.21 -
System Red Green Blue C M Y K H S L
Decimal 136 1 189 0.28 0.99 0 0.26 283.09 0.99 0.37
Hex 88 1 BD 1C 63 0 1A 11B 63 25
Octal 210 1 275 34 143 0 32 433 143 45
Binary 10001000 1 10111101 11100 1100011 0 11010 100011011 1100011 100101

Color Harmonies of #8801BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8801BD

Black with #8801BD

Text Example


Text Example

White with #8801BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,1,189); }

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

background-color css

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

 a { background-color: rgb(136,1,189); }

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

border-color css

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

 span { border-color: rgb(136,1,189); }

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