Html Css Color HEX #880BE9 Dark Violet

📋 copy color: '#880BE9'

red 136 ◦ green 11 ◦ blue 233

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

Shades of Dark Violet #880BE9

Tints of Dark Violet #880BE9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.89%

 BLUE value IS 233 (91.41% from 255) = 61.32%

R = 35.79%
G = 2.89%
B = 61.32%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#880BE9 (or 0x880BE9) is known color: Dark Violet. HEX triplet: 88, 0B and E9. RGB value is (136,11,233). Sum of RGB (Red+Green+Blue) = 136+11+233=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 233 (91.41% from 255 or 61.32% from 380); Max value from RGB is 233 - color contains mainly: blue. Hex color #880BE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880BE9 is #77F416. Grayscale: #484848. Windows color (decimal): -7861271 or 15272840. OLE color: 15272840.

HSL color Cylindrical-coordinate representation of color #880BE9: hue angle of 273.78º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880BE9 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 136 11 233 -
CMYK 0.42 0.95 0 0.09
HSL 273.78º 0.91% 0.48% -
HSV(B) 273.78º 0.95% 0.91% -
XYZ 24.98 11.36 77.97 -
YUV 73.68 217.91 172.45 -
System Red Green Blue C M Y K H S L
Decimal 136 11 233 0.42 0.95 0 0.09 273.78 0.91 0.48
Hex 88 B E9 2A 5F 0 9 112 5B 30
Octal 210 13 351 52 137 0 11 422 133 60
Binary 10001000 1011 11101001 101010 1011111 0 1001 100010010 1011011 110000

Color Harmonies of #880BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880BE9

Black with #880BE9

Text Example


Text Example

White with #880BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,11,233); }

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

background-color css

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

 a { background-color: rgb(136,11,233); }

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

border-color css

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

 span { border-color: rgb(136,11,233); }

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