Html Css Color HEX #882D8B Vivid Violet

📋 copy color: '#882D8B'

red 136 ◦ green 45 ◦ blue 139

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

Shades of Vivid Violet #882D8B

Tints of Vivid Violet #882D8B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.06%

 BLUE value IS 139 (54.69% from 255) = 43.44%

R = 42.5%
G = 14.06%
B = 43.44%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#882D8B (or 0x882D8B) is known color: Vivid Violet. HEX triplet: 88, 2D and 8B. RGB value is (136,45,139). Sum of RGB (Red+Green+Blue) = 136+45+139=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #882D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882D8B is #77D274. Grayscale: #525252. Windows color (decimal): -7852661 or 9121160. OLE color: 9121160.

HSL color Cylindrical-coordinate representation of color #882D8B: hue angle of 298.09º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882D8B is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 45 139 -
CMYK 0.02 0.68 0 0.45
HSL 298.09º 0.51% 0.36% -
HSV(B) 298.09º 0.68% 0.55% -
XYZ 15.75 8.98 25.33 -
YUV 82.93 159.65 165.86 -
System Red Green Blue C M Y K H S L
Decimal 136 45 139 0.02 0.68 0 0.45 298.09 0.51 0.36
Hex 88 2D 8B 2 44 0 2D 12A 33 24
Octal 210 55 213 2 104 0 55 452 63 44
Binary 10001000 101101 10001011 10 1000100 0 101101 100101010 110011 100100

Color Harmonies of #882D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882D8B

Black with #882D8B

Text Example


Text Example

White with #882D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,45,139); }

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

background-color css

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

 a { background-color: rgb(136,45,139); }

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

border-color css

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

 span { border-color: rgb(136,45,139); }

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