Html Css Color HEX #85367B Dark Purple

📋 copy color: '#85367B'

red 133 ◦ green 54 ◦ blue 123

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

Shades of Dark Purple #85367B

Tints of Dark Purple #85367B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.42%

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

R = 42.9%
G = 17.42%
B = 39.68%

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

#85367B (or 0x85367B) is known color: Dark Purple. HEX triplet: 85, 36 and 7B. RGB value is (133,54,123). Sum of RGB (Red+Green+Blue) = 133+54+123=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85367B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85367B is #7AC984. Grayscale: #555555. Windows color (decimal): -8046981 or 8074885. OLE color: 8074885.

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

Color convert

RGB 133 54 123 -
CMYK 0 0.59 0.08 0.48
HSL 307.59º 0.42% 0.37% -
HSV(B) 307.59º 0.59% 0.52% -
XYZ 14.57 9.05 19.72 -
YUV 85.49 149.17 161.89 -
System Red Green Blue C M Y K H S L
Decimal 133 54 123 0 0.59 0.08 0.48 307.59 0.42 0.37
Hex 85 36 7B 0 3B 8 30 134 2A 25
Octal 205 66 173 0 73 10 60 464 52 45
Binary 10000101 110110 1111011 0 111011 1000 110000 100110100 101010 100101

Color Harmonies of #85367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85367B

Black with #85367B

Text Example


Text Example

White with #85367B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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