Html Css Color HEX #85376B Dark Purple

📋 copy color: '#85376B'

red 133 ◦ green 55 ◦ blue 107

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

Shades of Dark Purple #85376B

Tints of Dark Purple #85376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.64%

 BLUE value IS 107 (42.19% from 255) = 36.27%

R = 45.08%
G = 18.64%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85376B (or 0x85376B) is known color: Dark Purple. HEX triplet: 85, 37 and 6B. RGB value is (133,55,107). Sum of RGB (Red+Green+Blue) = 133+55+107=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85376B is #7AC894. Grayscale: #545454. Windows color (decimal): -8046741 or 7026565. OLE color: 7026565.

HSL color Cylindrical-coordinate representation of color #85376B: hue angle of 320º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85376B is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 55 107 -
CMYK 0 0.59 0.20 0.48
HSL 320º 0.41% 0.37% -
HSV(B) 320º 0.59% 0.52% -
XYZ 13.69 8.78 14.88 -
YUV 84.25 140.84 162.77 -
System Red Green Blue C M Y K H S L
Decimal 133 55 107 0 0.59 0.20 0.48 320 0.41 0.37
Hex 85 37 6B 0 3B 14 30 140 29 25
Octal 205 67 153 0 73 24 60 500 51 45
Binary 10000101 110111 1101011 0 111011 10100 110000 101000000 101001 100101

Color Harmonies of #85376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85376B

Black with #85376B

Text Example


Text Example

White with #85376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85376B; }

 p { color: rgb(133,55,107); }

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

background-color css

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

 a { background-color: rgb(133,55,107); }

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

border-color css

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

 span { border-color: rgb(133,55,107); }

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