Html Css Color HEX #852466 Dark Purple

📋 copy color: '#852466'

red 133 ◦ green 36 ◦ blue 102

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

Shades of Dark Purple #852466

Tints of Dark Purple #852466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.28%

 BLUE value IS 102 (40.23% from 255) = 37.64%

R = 49.08%
G = 13.28%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#852466 (or 0x852466) is known color: Dark Purple. HEX triplet: 85, 24 and 66. RGB value is (133,36,102). Sum of RGB (Red+Green+Blue) = 133+36+102=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #852466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852466 is #7ADB99. Grayscale: #484848. Windows color (decimal): -8051610 or 6694021. OLE color: 6694021.

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

Color convert

RGB 133 36 102 -
CMYK 0 0.73 0.23 0.48
HSL 319.18º 0.57% 0.33% -
HSV(B) 319.18º 0.73% 0.52% -
XYZ 12.7 7.21 13.29 -
YUV 72.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 133 36 102 0 0.73 0.23 0.48 319.18 0.57 0.33
Hex 85 24 66 0 49 17 30 13F 39 21
Octal 205 44 146 0 111 27 60 477 71 41
Binary 10000101 100100 1100110 0 1001001 10111 110000 100111111 111001 100001

Color Harmonies of #852466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852466

Black with #852466

Text Example


Text Example

White with #852466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852466; }

 p { color: rgb(133,36,102); }

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

background-color css

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

 a { background-color: rgb(133,36,102); }

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

border-color css

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

 span { border-color: rgb(133,36,102); }

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