Html Css Color HEX #852164 Dark Purple

📋 copy color: '#852164'

red 133 ◦ green 33 ◦ blue 100

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

Shades of Dark Purple #852164

Tints of Dark Purple #852164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.59%

R = 50%
G = 12.41%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#852164 (or 0x852164) is known color: Dark Purple. HEX triplet: 85, 21 and 64. RGB value is (133,33,100). Sum of RGB (Red+Green+Blue) = 133+33+100=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #852164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852164 is #7ADE9B. Grayscale: #464646. Windows color (decimal): -8052380 or 6562181. OLE color: 6562181.

HSL color Cylindrical-coordinate representation of color #852164: hue angle of 319.8º 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 #852164 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 33 100 -
CMYK 0 0.75 0.25 0.48
HSL 319.8º 0.6% 0.33% -
HSV(B) 319.8º 0.75% 0.52% -
XYZ 12.52 6.99 12.75 -
YUV 70.54 144.63 172.55 -
System Red Green Blue C M Y K H S L
Decimal 133 33 100 0 0.75 0.25 0.48 319.8 0.6 0.33
Hex 85 21 64 0 4B 19 30 140 3C 21
Octal 205 41 144 0 113 31 60 500 74 41
Binary 10000101 100001 1100100 0 1001011 11001 110000 101000000 111100 100001

Color Harmonies of #852164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852164

Black with #852164

Text Example


Text Example

White with #852164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852164; }

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

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

background-color css

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

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

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

border-color css

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

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

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