Html Css Color HEX #821885 Dark Purple

📋 copy color: '#821885'

red 130 ◦ green 24 ◦ blue 133

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

Shades of Dark Purple #821885

Tints of Dark Purple #821885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.36%

 BLUE value IS 133 (52.34% from 255) = 46.34%

R = 45.3%
G = 8.36%
B = 46.34%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#821885 (or 0x821885) is known color: Dark Purple. HEX triplet: 82, 18 and 85. RGB value is (130,24,133). Sum of RGB (Red+Green+Blue) = 130+24+133=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #821885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821885 is #7DE77A. Grayscale: #434343. Windows color (decimal): -8251259 or 8722562. OLE color: 8722562.

HSL color Cylindrical-coordinate representation of color #821885: hue angle of 298.35º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821885 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 24 133 -
CMYK 0.02 0.82 0 0.48
HSL 298.35º 0.69% 0.31% -
HSV(B) 298.35º 0.82% 0.52% -
XYZ 13.77 7.09 22.83 -
YUV 68.12 164.62 172.14 -
System Red Green Blue C M Y K H S L
Decimal 130 24 133 0.02 0.82 0 0.48 298.35 0.69 0.31
Hex 82 18 85 2 52 0 30 12A 45 1F
Octal 202 30 205 2 122 0 60 452 105 37
Binary 10000010 11000 10000101 10 1010010 0 110000 100101010 1000101 11111

Color Harmonies of #821885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821885

Black with #821885

Text Example


Text Example

White with #821885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821885; }

 p { color: rgb(130,24,133); }

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

background-color css

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

 a { background-color: rgb(130,24,133); }

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

border-color css

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

 span { border-color: rgb(130,24,133); }

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