Html Css Color HEX #880CE5 Dark Violet

📋 copy color: '#880CE5'

red 136 ◦ green 12 ◦ blue 229

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

Shades of Dark Violet #880CE5

Tints of Dark Violet #880CE5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.18%

 BLUE value IS 229 (89.84% from 255) = 60.74%

R = 36.07%
G = 3.18%
B = 60.74%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#880CE5 (or 0x880CE5) is known color: Dark Violet. HEX triplet: 88, 0C and E5. RGB value is (136,12,229). Sum of RGB (Red+Green+Blue) = 136+12+229=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 229 (89.84% from 255 or 60.74% from 377); Max value from RGB is 229 - color contains mainly: blue. Hex color #880CE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880CE5 is #77F31A. Grayscale: #494949. Windows color (decimal): -7861019 or 15010952. OLE color: 15010952.

HSL color Cylindrical-coordinate representation of color #880CE5: hue angle of 274.29º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880CE5 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 136 12 229 -
CMYK 0.41 0.95 0 0.10
HSL 274.29º 0.9% 0.47% -
HSV(B) 274.29º 0.95% 0.9% -
XYZ 24.43 11.15 74.99 -
YUV 73.81 215.58 172.36 -
System Red Green Blue C M Y K H S L
Decimal 136 12 229 0.41 0.95 0 0.10 274.29 0.9 0.47
Hex 88 C E5 29 5F 0 A 112 5A 2F
Octal 210 14 345 51 137 0 12 422 132 57
Binary 10001000 1100 11100101 101001 1011111 0 1010 100010010 1011010 101111

Color Harmonies of #880CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880CE5

Black with #880CE5

Text Example


Text Example

White with #880CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880CE5; }

 p { color: rgb(136,12,229); }

 H1.HeaderClassName
 {
   color: #880CE5;
 }
 .AnyTagClassName
 {
   color: #880CE5;
 }
</style>

background-color css

<style>
 a { background-color: #880CE5; }

 a { background-color: rgb(136,12,229); }

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

border-color css

<style>
 span { border-color: #880CE5; }

 span { border-color: rgb(136,12,229); }

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