Html Css Color HEX #884082 Vivid Violet

📋 copy color: '#884082'

red 136 ◦ green 64 ◦ blue 130

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

Shades of Vivid Violet #884082

Tints of Vivid Violet #884082

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.39%

 BLUE value IS 130 (51.17% from 255) = 39.39%

R = 41.21%
G = 19.39%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#884082 (or 0x884082) is known color: Vivid Violet. HEX triplet: 88, 40 and 82. RGB value is (136,64,130). Sum of RGB (Red+Green+Blue) = 136+64+130=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #884082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884082 is #77BF7D. Grayscale: #5C5C5C. Windows color (decimal): -7847806 or 8536200. OLE color: 8536200.

HSL color Cylindrical-coordinate representation of color #884082: hue angle of 305º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #884082 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 64 130 -
CMYK 0 0.53 0.04 0.47
HSL 305º 0.36% 0.39% -
HSV(B) 305º 0.53% 0.53% -
XYZ 16.02 10.51 22.3 -
YUV 93.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 136 64 130 0 0.53 0.04 0.47 305 0.36 0.39
Hex 88 40 82 0 35 4 2F 131 24 27
Octal 210 100 202 0 65 4 57 461 44 47
Binary 10001000 1000000 10000010 0 110101 100 101111 100110001 100100 100111

Color Harmonies of #884082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884082

Black with #884082

Text Example


Text Example

White with #884082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884082; }

 p { color: rgb(136,64,130); }

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

background-color css

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

 a { background-color: rgb(136,64,130); }

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

border-color css

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

 span { border-color: rgb(136,64,130); }

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