Html Css Color HEX #8801C2 Dark Violet

📋 copy color: '#8801C2'

red 136 ◦ green 1 ◦ blue 194

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

Shades of Dark Violet #8801C2

Tints of Dark Violet #8801C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 58.61%

R = 41.09%
G = 0.3%
B = 58.61%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8801C2 (or 0x8801C2) is known color: Dark Violet. HEX triplet: 88, 01 and C2. RGB value is (136,1,194). Sum of RGB (Red+Green+Blue) = 136+1+194=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 194 (76.17% from 255 or 58.61% from 331); Max value from RGB is 194 - color contains mainly: blue. Hex color #8801C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8801C2 is #77FE3D. Grayscale: #3E3E3E. Windows color (decimal): -7863870 or 12714376. OLE color: 12714376.

HSL color Cylindrical-coordinate representation of color #8801C2: hue angle of 281.97º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8801C2 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 1 194 -
CMYK 0.30 0.99 0 0.24
HSL 281.97º 0.99% 0.38% -
HSV(B) 281.97º 0.99% 0.76% -
XYZ 19.9 9.15 51.76 -
YUV 63.37 201.73 179.81 -
System Red Green Blue C M Y K H S L
Decimal 136 1 194 0.30 0.99 0 0.24 281.97 0.99 0.38
Hex 88 1 C2 1E 63 0 18 11A 63 26
Octal 210 1 302 36 143 0 30 432 143 46
Binary 10001000 1 11000010 11110 1100011 0 11000 100011010 1100011 100110

Color Harmonies of #8801C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8801C2

Black with #8801C2

Text Example


Text Example

White with #8801C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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