Html Css Color HEX #852666 Dark Purple

📋 copy color: '#852666'

red 133 ◦ green 38 ◦ blue 102

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

Shades of Dark Purple #852666

Tints of Dark Purple #852666

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.92%

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

R = 48.72%
G = 13.92%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#852666 (or 0x852666) is known color: Dark Purple. HEX triplet: 85, 26 and 66. RGB value is (133,38,102). Sum of RGB (Red+Green+Blue) = 133+38+102=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #852666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852666 is #7AD999. Grayscale: #494949. Windows color (decimal): -8051098 or 6694533. OLE color: 6694533.

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

Color convert

RGB 133 38 102 -
CMYK 0 0.71 0.23 0.48
HSL 319.58º 0.56% 0.34% -
HSV(B) 319.58º 0.71% 0.52% -
XYZ 12.76 7.33 13.31 -
YUV 73.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 133 38 102 0 0.71 0.23 0.48 319.58 0.56 0.34
Hex 85 26 66 0 47 17 30 140 38 22
Octal 205 46 146 0 107 27 60 500 70 42
Binary 10000101 100110 1100110 0 1000111 10111 110000 101000000 111000 100010

Color Harmonies of #852666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852666

Black with #852666

Text Example


Text Example

White with #852666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852666; }

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

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

background-color css

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

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

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

border-color css

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

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

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