Html Css Color HEX #880DEA Blue Violet

📋 copy color: '#880DEA'

red 136 ◦ green 13 ◦ blue 234

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

Shades of Blue Violet #880DEA

Tints of Blue Violet #880DEA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.39%

 BLUE value IS 234 (91.8% from 255) = 61.1%

R = 35.51%
G = 3.39%
B = 61.1%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#880DEA (or 0x880DEA) is known color: Blue Violet. HEX triplet: 88, 0D and EA. RGB value is (136,13,234). Sum of RGB (Red+Green+Blue) = 136+13+234=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #880DEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880DEA is #77F215. Grayscale: #4A4A4A. Windows color (decimal): -7860758 or 15338888. OLE color: 15338888.

HSL color Cylindrical-coordinate representation of color #880DEA: hue angle of 273.39º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880DEA is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 13 234 -
CMYK 0.42 0.94 0 0.08
HSL 273.39º 0.89% 0.48% -
HSV(B) 273.39º 0.94% 0.92% -
XYZ 25.15 11.46 78.73 -
YUV 74.97 217.75 171.53 -
System Red Green Blue C M Y K H S L
Decimal 136 13 234 0.42 0.94 0 0.08 273.39 0.89 0.48
Hex 88 D EA 2A 5E 0 8 111 59 30
Octal 210 15 352 52 136 0 10 421 131 60
Binary 10001000 1101 11101010 101010 1011110 0 1000 100010001 1011001 110000

Color Harmonies of #880DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880DEA

Black with #880DEA

Text Example


Text Example

White with #880DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,13,234); }

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

background-color css

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

 a { background-color: rgb(136,13,234); }

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

border-color css

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

 span { border-color: rgb(136,13,234); }

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