Html Css Color HEX #822F6C Dark Purple

📋 copy color: '#822F6C'

red 130 ◦ green 47 ◦ blue 108

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

Shades of Dark Purple #822F6C

Tints of Dark Purple #822F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.89%

R = 45.61%
G = 16.49%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#822F6C (or 0x822F6C) is known color: Dark Purple. HEX triplet: 82, 2F and 6C. RGB value is (130,47,108). Sum of RGB (Red+Green+Blue) = 130+47+108=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #822F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822F6C is #7DD093. Grayscale: #4E4E4E. Windows color (decimal): -8245396 or 7090050. OLE color: 7090050.

HSL color Cylindrical-coordinate representation of color #822F6C: hue angle of 315.9º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #822F6C is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 47 108 -
CMYK 0 0.64 0.17 0.49
HSL 315.9º 0.47% 0.35% -
HSV(B) 315.9º 0.64% 0.51% -
XYZ 12.93 7.86 15.02 -
YUV 78.77 144.5 164.54 -
System Red Green Blue C M Y K H S L
Decimal 130 47 108 0 0.64 0.17 0.49 315.9 0.47 0.35
Hex 82 2F 6C 0 40 11 31 13C 2F 23
Octal 202 57 154 0 100 21 61 474 57 43
Binary 10000010 101111 1101100 0 1000000 10001 110001 100111100 101111 100011

Color Harmonies of #822F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822F6C

Black with #822F6C

Text Example


Text Example

White with #822F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822F6C; }

 p { color: rgb(130,47,108); }

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

background-color css

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

 a { background-color: rgb(130,47,108); }

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

border-color css

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

 span { border-color: rgb(130,47,108); }

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