Html Css Color HEX #85377B Dark Purple

📋 copy color: '#85377B'

red 133 ◦ green 55 ◦ blue 123

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

Shades of Dark Purple #85377B

Tints of Dark Purple #85377B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.55%

R = 42.77%
G = 17.68%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85377B (or 0x85377B) is known color: Dark Purple. HEX triplet: 85, 37 and 7B. RGB value is (133,55,123). Sum of RGB (Red+Green+Blue) = 133+55+123=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85377B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85377B is #7AC884. Grayscale: #555555. Windows color (decimal): -8046725 or 8075141. OLE color: 8075141.

HSL color Cylindrical-coordinate representation of color #85377B: hue angle of 307.69º 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 #85377B is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 55 123 -
CMYK 0 0.59 0.08 0.48
HSL 307.69º 0.41% 0.37% -
HSV(B) 307.69º 0.59% 0.52% -
XYZ 14.61 9.15 19.73 -
YUV 86.07 148.84 161.47 -
System Red Green Blue C M Y K H S L
Decimal 133 55 123 0 0.59 0.08 0.48 307.69 0.41 0.37
Hex 85 37 7B 0 3B 8 30 134 29 25
Octal 205 67 173 0 73 10 60 464 51 45
Binary 10000101 110111 1111011 0 111011 1000 110000 100110100 101001 100101

Color Harmonies of #85377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85377B

Black with #85377B

Text Example


Text Example

White with #85377B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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