Html Css Color HEX #882FDD Blue Violet

📋 copy color: '#882FDD'

red 136 ◦ green 47 ◦ blue 221

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

Shades of Blue Violet #882FDD

Tints of Blue Violet #882FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.7%

R = 33.66%
G = 11.63%
B = 54.7%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#882FDD (or 0x882FDD) is known color: Blue Violet. HEX triplet: 88, 2F and DD. RGB value is (136,47,221). Sum of RGB (Red+Green+Blue) = 136+47+221=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #882FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882FDD is #77D022. Grayscale: #5C5C5C. Windows color (decimal): -7852067 or 14495624. OLE color: 14495624.

HSL color Cylindrical-coordinate representation of color #882FDD: hue angle of 270.69º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #882FDD is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 47 221 -
CMYK 0.38 0.79 0 0.13
HSL 270.69º 0.72% 0.53% -
HSV(B) 270.69º 0.79% 0.87% -
XYZ 24.22 12.49 69.54 -
YUV 93.45 199.99 158.35 -
System Red Green Blue C M Y K H S L
Decimal 136 47 221 0.38 0.79 0 0.13 270.69 0.72 0.53
Hex 88 2F DD 26 4F 0 D 10F 48 35
Octal 210 57 335 46 117 0 15 417 110 65
Binary 10001000 101111 11011101 100110 1001111 0 1101 100001111 1001000 110101

Color Harmonies of #882FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882FDD

Black with #882FDD

Text Example


Text Example

White with #882FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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