Html Css Color HEX #853C7E Dark Purple

📋 copy color: '#853C7E'

red 133 ◦ green 60 ◦ blue 126

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

Shades of Dark Purple #853C7E

Tints of Dark Purple #853C7E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.81%

 BLUE value IS 126 (49.61% from 255) = 39.5%

R = 41.69%
G = 18.81%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#853C7E (or 0x853C7E) is known color: Dark Purple. HEX triplet: 85, 3C and 7E. RGB value is (133,60,126). Sum of RGB (Red+Green+Blue) = 133+60+126=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #853C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853C7E is #7AC381. Grayscale: #595959. Windows color (decimal): -8045442 or 8273029. OLE color: 8273029.

HSL color Cylindrical-coordinate representation of color #853C7E: hue angle of 305.75º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #853C7E is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 60 126 -
CMYK 0 0.55 0.05 0.48
HSL 305.75º 0.38% 0.38% -
HSV(B) 305.75º 0.55% 0.52% -
XYZ 15.05 9.72 20.82 -
YUV 89.35 148.68 159.13 -
System Red Green Blue C M Y K H S L
Decimal 133 60 126 0 0.55 0.05 0.48 305.75 0.38 0.38
Hex 85 3C 7E 0 37 5 30 132 26 26
Octal 205 74 176 0 67 5 60 462 46 46
Binary 10000101 111100 1111110 0 110111 101 110000 100110010 100110 100110

Color Harmonies of #853C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C7E

Black with #853C7E

Text Example


Text Example

White with #853C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853C7E; }

 p { color: rgb(133,60,126); }

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

background-color css

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

 a { background-color: rgb(133,60,126); }

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

border-color css

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

 span { border-color: rgb(133,60,126); }

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