Html Css Color HEX #852E68 Dark Purple

📋 copy color: '#852E68'

red 133 ◦ green 46 ◦ blue 104

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

Shades of Dark Purple #852E68

Tints of Dark Purple #852E68

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.25%

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 47%
G = 16.25%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#852E68 (or 0x852E68) is known color: Dark Purple. HEX triplet: 85, 2E and 68. RGB value is (133,46,104). Sum of RGB (Red+Green+Blue) = 133+46+104=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #852E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852E68 is #7AD197. Grayscale: #4E4E4E. Windows color (decimal): -8049048 or 6827653. OLE color: 6827653.

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

Color convert

RGB 133 46 104 -
CMYK 0 0.65 0.22 0.48
HSL 320º 0.49% 0.35% -
HSV(B) 320º 0.65% 0.52% -
XYZ 13.15 7.94 13.94 -
YUV 78.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 133 46 104 0 0.65 0.22 0.48 320 0.49 0.35
Hex 85 2E 68 0 41 16 30 140 31 23
Octal 205 56 150 0 101 26 60 500 61 43
Binary 10000101 101110 1101000 0 1000001 10110 110000 101000000 110001 100011

Color Harmonies of #852E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852E68

Black with #852E68

Text Example


Text Example

White with #852E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,46,104); }

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

background-color css

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

 a { background-color: rgb(133,46,104); }

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

border-color css

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

 span { border-color: rgb(133,46,104); }

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