Html Css Color HEX #8800EF Dark Violet

📋 copy color: '#8800EF'

red 136 ◦ green 0 ◦ blue 239

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

Shades of Dark Violet #8800EF

Tints of Dark Violet #8800EF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 239 (93.75% from 255) = 63.73%

R = 36.27%
G = 0%
B = 63.73%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8800EF (or 0x8800EF) is known color: Dark Violet. HEX triplet: 88, 00 and EF. RGB value is (136,0,239). Sum of RGB (Red+Green+Blue) = 136+0+239=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #8800EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8800EF is #77FF10. Grayscale: #434343. Windows color (decimal): -7864081 or 15663240. OLE color: 15663240.

HSL color Cylindrical-coordinate representation of color #8800EF: hue angle of 274.14º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8800EF is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 136 0 239 -
CMYK 0.43 1 0 0.06
HSL 274.14º 1% 0.47% -
HSV(B) 274.14º 1% 0.94% -
XYZ 25.73 11.47 82.52 -
YUV 67.91 224.56 176.57 -
System Red Green Blue C M Y K H S L
Decimal 136 0 239 0.43 1 0 0.06 274.14 1 0.47
Hex 88 0 EF 2B 64 0 6 112 64 2F
Octal 210 0 357 53 144 0 6 422 144 57
Binary 10001000 0 11101111 101011 1100100 0 110 100010010 1100100 101111

Color Harmonies of #8800EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8800EF

Black with #8800EF

Text Example


Text Example

White with #8800EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8800EF; }

 p { color: rgb(136,0,239); }

 H1.HeaderClassName
 {
   color: #8800EF;
 }
 .AnyTagClassName
 {
   color: #8800EF;
 }
</style>

background-color css

<style>
 a { background-color: #8800EF; }

 a { background-color: rgb(136,0,239); }

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

border-color css

<style>
 span { border-color: #8800EF; }

 span { border-color: rgb(136,0,239); }

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