Html Css Color HEX #852165 Dark Purple

📋 copy color: '#852165'

red 133 ◦ green 33 ◦ blue 101

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

Shades of Dark Purple #852165

Tints of Dark Purple #852165

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.36%

 BLUE value IS 101 (39.84% from 255) = 37.83%

R = 49.81%
G = 12.36%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#852165 (or 0x852165) is known color: Dark Purple. HEX triplet: 85, 21 and 65. RGB value is (133,33,101). Sum of RGB (Red+Green+Blue) = 133+33+101=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #852165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852165 is #7ADE9A. Grayscale: #464646. Windows color (decimal): -8052379 or 6627717. OLE color: 6627717.

HSL color Cylindrical-coordinate representation of color #852165: hue angle of 319.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852165 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 33 101 -
CMYK 0 0.75 0.24 0.48
HSL 319.2º 0.6% 0.33% -
HSV(B) 319.2º 0.75% 0.52% -
XYZ 12.57 7.01 13 -
YUV 70.65 145.13 172.47 -
System Red Green Blue C M Y K H S L
Decimal 133 33 101 0 0.75 0.24 0.48 319.2 0.6 0.33
Hex 85 21 65 0 4B 18 30 13F 3C 21
Octal 205 41 145 0 113 30 60 477 74 41
Binary 10000101 100001 1100101 0 1001011 11000 110000 100111111 111100 100001

Color Harmonies of #852165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852165

Black with #852165

Text Example


Text Example

White with #852165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852165; }

 p { color: rgb(133,33,101); }

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

background-color css

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

 a { background-color: rgb(133,33,101); }

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

border-color css

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

 span { border-color: rgb(133,33,101); }

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