Html Css Color HEX #820C88 Purple

📋 copy color: '#820C88'

red 130 ◦ green 12 ◦ blue 136

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

Shades of Purple #820C88

Tints of Purple #820C88

RGB

 RED value IS 130 (51.17% from 255) = 46.76%

 GREEN value IS 12 (5.08% from 255) = 4.32%

 BLUE value IS 136 (53.52% from 255) = 48.92%

R = 46.76%
G = 4.32%
B = 48.92%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#820C88 (or 0x820C88) is known color: Purple. HEX triplet: 82, 0C and 88. RGB value is (130,12,136). Sum of RGB (Red+Green+Blue) = 130+12+136=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #820C88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820C88 is #7DF377. Grayscale: #3D3D3D. Windows color (decimal): -8254328 or 8916098. OLE color: 8916098.

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

Color convert

RGB 130 12 136 -
CMYK 0.04 0.91 0 0.47
HSL 297.1º 0.84% 0.29% -
HSV(B) 297.1º 0.91% 0.53% -
XYZ 13.78 6.79 23.88 -
YUV 61.42 170.09 176.92 -
System Red Green Blue C M Y K H S L
Decimal 130 12 136 0.04 0.91 0 0.47 297.1 0.84 0.29
Hex 82 C 88 4 5B 0 2F 129 54 1D
Octal 202 14 210 4 133 0 57 451 124 35
Binary 10000010 1100 10001000 100 1011011 0 101111 100101001 1010100 11101

Color Harmonies of #820C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820C88

Black with #820C88

Text Example


Text Example

White with #820C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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