Html Css Color HEX #880BCB Dark Violet

📋 copy color: '#880BCB'

red 136 ◦ green 11 ◦ blue 203

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

Shades of Dark Violet #880BCB

Tints of Dark Violet #880BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58%

R = 38.86%
G = 3.14%
B = 58%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#880BCB (or 0x880BCB) is known color: Dark Violet. HEX triplet: 88, 0B and CB. RGB value is (136,11,203). Sum of RGB (Red+Green+Blue) = 136+11+203=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #880BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BCB is #77F434. Grayscale: #454545. Windows color (decimal): -7861301 or 13306760. OLE color: 13306760.

HSL color Cylindrical-coordinate representation of color #880BCB: hue angle of 279.06º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880BCB is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 11 203 -
CMYK 0.33 0.95 0 0.20
HSL 279.06º 0.9% 0.42% -
HSV(B) 279.06º 0.95% 0.8% -
XYZ 21.05 9.79 57.28 -
YUV 70.26 202.91 174.89 -
System Red Green Blue C M Y K H S L
Decimal 136 11 203 0.33 0.95 0 0.20 279.06 0.9 0.42
Hex 88 B CB 21 5F 0 14 117 5A 2A
Octal 210 13 313 41 137 0 24 427 132 52
Binary 10001000 1011 11001011 100001 1011111 0 10100 100010111 1011010 101010

Color Harmonies of #880BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880BCB

Black with #880BCB

Text Example


Text Example

White with #880BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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