Html Css Color HEX #852D6B Dark Purple

📋 copy color: '#852D6B'

red 133 ◦ green 45 ◦ blue 107

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

Shades of Dark Purple #852D6B

Tints of Dark Purple #852D6B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.79%

 BLUE value IS 107 (42.19% from 255) = 37.54%

R = 46.67%
G = 15.79%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#852D6B (or 0x852D6B) is known color: Dark Purple. HEX triplet: 85, 2D and 6B. RGB value is (133,45,107). Sum of RGB (Red+Green+Blue) = 133+45+107=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #852D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D6B is #7AD294. Grayscale: #4E4E4E. Windows color (decimal): -8049301 or 7024005. OLE color: 7024005.

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

Color convert

RGB 133 45 107 -
CMYK 0 0.66 0.20 0.48
HSL 317.73º 0.49% 0.35% -
HSV(B) 317.73º 0.66% 0.52% -
XYZ 13.27 7.92 14.74 -
YUV 78.38 144.15 166.96 -
System Red Green Blue C M Y K H S L
Decimal 133 45 107 0 0.66 0.20 0.48 317.73 0.49 0.35
Hex 85 2D 6B 0 42 14 30 13E 31 23
Octal 205 55 153 0 102 24 60 476 61 43
Binary 10000101 101101 1101011 0 1000010 10100 110000 100111110 110001 100011

Color Harmonies of #852D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D6B

Black with #852D6B

Text Example


Text Example

White with #852D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,45,107); }

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

background-color css

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

 a { background-color: rgb(133,45,107); }

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

border-color css

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

 span { border-color: rgb(133,45,107); }

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