Html Css Color HEX #882FDB Blue Violet

📋 copy color: '#882FDB'

red 136 ◦ green 47 ◦ blue 219

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

Shades of Blue Violet #882FDB

Tints of Blue Violet #882FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.69%

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 33.83%
G = 11.69%
B = 54.48%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#882FDB (or 0x882FDB) is known color: Blue Violet. HEX triplet: 88, 2F and DB. RGB value is (136,47,219). Sum of RGB (Red+Green+Blue) = 136+47+219=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #882FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882FDB is #77D024. Grayscale: #5C5C5C. Windows color (decimal): -7852069 or 14364552. OLE color: 14364552.

HSL color Cylindrical-coordinate representation of color #882FDB: hue angle of 271.05º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #882FDB is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 47 219 -
CMYK 0.38 0.79 0 0.14
HSL 271.05º 0.7% 0.52% -
HSV(B) 271.05º 0.79% 0.86% -
XYZ 23.96 12.38 68.15 -
YUV 93.22 198.99 158.51 -
System Red Green Blue C M Y K H S L
Decimal 136 47 219 0.38 0.79 0 0.14 271.05 0.7 0.52
Hex 88 2F DB 26 4F 0 E 10F 46 34
Octal 210 57 333 46 117 0 16 417 106 64
Binary 10001000 101111 11011011 100110 1001111 0 1110 100001111 1000110 110100

Color Harmonies of #882FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882FDB

Black with #882FDB

Text Example


Text Example

White with #882FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,47,219); }

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

background-color css

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

 a { background-color: rgb(136,47,219); }

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

border-color css

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

 span { border-color: rgb(136,47,219); }

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