Html Css Color HEX #85347B Dark Purple

📋 copy color: '#85347B'

red 133 ◦ green 52 ◦ blue 123

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

Shades of Dark Purple #85347B

Tints of Dark Purple #85347B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.88%

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

R = 43.18%
G = 16.88%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85347B (or 0x85347B) is known color: Dark Purple. HEX triplet: 85, 34 and 7B. RGB value is (133,52,123). Sum of RGB (Red+Green+Blue) = 133+52+123=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85347B is #7ACB84. Grayscale: #545454. Windows color (decimal): -8047493 or 8074373. OLE color: 8074373.

HSL color Cylindrical-coordinate representation of color #85347B: hue angle of 307.41º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85347B is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 52 123 -
CMYK 0 0.61 0.08 0.48
HSL 307.41º 0.44% 0.36% -
HSV(B) 307.41º 0.61% 0.52% -
XYZ 14.48 8.87 19.69 -
YUV 84.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 133 52 123 0 0.61 0.08 0.48 307.41 0.44 0.36
Hex 85 34 7B 0 3D 8 30 133 2C 24
Octal 205 64 173 0 75 10 60 463 54 44
Binary 10000101 110100 1111011 0 111101 1000 110000 100110011 101100 100100

Color Harmonies of #85347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85347B

Black with #85347B

Text Example


Text Example

White with #85347B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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