Html Css Color HEX #882CEB Blue Violet

📋 copy color: '#882CEB'

red 136 ◦ green 44 ◦ blue 235

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

Shades of Blue Violet #882CEB

Tints of Blue Violet #882CEB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.6%

 BLUE value IS 235 (92.19% from 255) = 56.63%

R = 32.77%
G = 10.6%
B = 56.63%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#882CEB (or 0x882CEB) is known color: Blue Violet. HEX triplet: 88, 2C and EB. RGB value is (136,44,235). Sum of RGB (Red+Green+Blue) = 136+44+235=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #882CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882CEB is #77D314. Grayscale: #5C5C5C. Windows color (decimal): -7852821 or 15412360. OLE color: 15412360.

HSL color Cylindrical-coordinate representation of color #882CEB: hue angle of 268.9º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #882CEB is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 44 235 -
CMYK 0.42 0.81 0 0.08
HSL 268.9º 0.83% 0.55% -
HSV(B) 268.9º 0.81% 0.92% -
XYZ 26.05 13.03 79.74 -
YUV 93.28 207.98 158.47 -
System Red Green Blue C M Y K H S L
Decimal 136 44 235 0.42 0.81 0 0.08 268.9 0.83 0.55
Hex 88 2C EB 2A 51 0 8 10D 53 37
Octal 210 54 353 52 121 0 10 415 123 67
Binary 10001000 101100 11101011 101010 1010001 0 1000 100001101 1010011 110111

Color Harmonies of #882CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882CEB

Black with #882CEB

Text Example


Text Example

White with #882CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882CEB; }

 p { color: rgb(136,44,235); }

 H1.HeaderClassName
 {
   color: #882CEB;
 }
 .AnyTagClassName
 {
   color: #882CEB;
 }
</style>

background-color css

<style>
 a { background-color: #882CEB; }

 a { background-color: rgb(136,44,235); }

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

border-color css

<style>
 span { border-color: #882CEB; }

 span { border-color: rgb(136,44,235); }

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