Html Css Color HEX #852A6C Dark Purple

📋 copy color: '#852A6C'

red 133 ◦ green 42 ◦ blue 108

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

Shades of Dark Purple #852A6C

Tints of Dark Purple #852A6C

RGB

 RED value IS 133 (52.34% from 255) = 47%

 GREEN value IS 42 (16.8% from 255) = 14.84%

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

R = 47%
G = 14.84%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#852A6C (or 0x852A6C) is known color: Dark Purple. HEX triplet: 85, 2A and 6C. RGB value is (133,42,108). Sum of RGB (Red+Green+Blue) = 133+42+108=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #852A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852A6C is #7AD593. Grayscale: #4C4C4C. Windows color (decimal): -8050068 or 7088773. OLE color: 7088773.

HSL color Cylindrical-coordinate representation of color #852A6C: hue angle of 316.48º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852A6C is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 42 108 -
CMYK 0 0.68 0.19 0.48
HSL 316.48º 0.52% 0.34% -
HSV(B) 316.48º 0.68% 0.52% -
XYZ 13.21 7.73 14.98 -
YUV 76.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 133 42 108 0 0.68 0.19 0.48 316.48 0.52 0.34
Hex 85 2A 6C 0 44 13 30 13C 34 22
Octal 205 52 154 0 104 23 60 474 64 42
Binary 10000101 101010 1101100 0 1000100 10011 110000 100111100 110100 100010

Color Harmonies of #852A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852A6C

Black with #852A6C

Text Example


Text Example

White with #852A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852A6C; }

 p { color: rgb(133,42,108); }

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

background-color css

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

 a { background-color: rgb(133,42,108); }

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

border-color css

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

 span { border-color: rgb(133,42,108); }

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