Html Css Color HEX #852E6F Dark Purple

📋 copy color: '#852E6F'

red 133 ◦ green 46 ◦ blue 111

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

Shades of Dark Purple #852E6F

Tints of Dark Purple #852E6F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.86%

 BLUE value IS 111 (43.75% from 255) = 38.28%

R = 45.86%
G = 15.86%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#852E6F (or 0x852E6F) is known color: Dark Purple. HEX triplet: 85, 2E and 6F. RGB value is (133,46,111). Sum of RGB (Red+Green+Blue) = 133+46+111=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #852E6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852E6F is #7AD190. Grayscale: #4F4F4F. Windows color (decimal): -8049041 or 7286405. OLE color: 7286405.

HSL color Cylindrical-coordinate representation of color #852E6F: hue angle of 315.17º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #852E6F is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 46 111 -
CMYK 0 0.65 0.17 0.48
HSL 315.17º 0.49% 0.35% -
HSV(B) 315.17º 0.65% 0.52% -
XYZ 13.52 8.09 15.89 -
YUV 79.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 133 46 111 0 0.65 0.17 0.48 315.17 0.49 0.35
Hex 85 2E 6F 0 41 11 30 13B 31 23
Octal 205 56 157 0 101 21 60 473 61 43
Binary 10000101 101110 1101111 0 1000001 10001 110000 100111011 110001 100011

Color Harmonies of #852E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852E6F

Black with #852E6F

Text Example


Text Example

White with #852E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,46,111); }

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

background-color css

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

 a { background-color: rgb(133,46,111); }

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

border-color css

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

 span { border-color: rgb(133,46,111); }

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