Html Css Color HEX #85337A Dark Purple

📋 copy color: '#85337A'

red 133 ◦ green 51 ◦ blue 122

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

Shades of Dark Purple #85337A

Tints of Dark Purple #85337A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.67%

 BLUE value IS 122 (48.05% from 255) = 39.87%

R = 43.46%
G = 16.67%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85337A (or 0x85337A) is known color: Dark Purple. HEX triplet: 85, 33 and 7A. RGB value is (133,51,122). Sum of RGB (Red+Green+Blue) = 133+51+122=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #85337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85337A is #7ACC85. Grayscale: #535353. Windows color (decimal): -8047750 or 8008581. OLE color: 8008581.

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

Color convert

RGB 133 51 122 -
CMYK 0 0.62 0.08 0.48
HSL 308.05º 0.45% 0.36% -
HSV(B) 308.05º 0.62% 0.52% -
XYZ 14.37 8.76 19.35 -
YUV 83.61 149.67 163.23 -
System Red Green Blue C M Y K H S L
Decimal 133 51 122 0 0.62 0.08 0.48 308.05 0.45 0.36
Hex 85 33 7A 0 3E 8 30 134 2D 24
Octal 205 63 172 0 76 10 60 464 55 44
Binary 10000101 110011 1111010 0 111110 1000 110000 100110100 101101 100100

Color Harmonies of #85337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85337A

Black with #85337A

Text Example


Text Example

White with #85337A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85337A; }

 p { color: rgb(133,51,122); }

 H1.HeaderClassName
 {
   color: #85337A;
 }
 .AnyTagClassName
 {
   color: #85337A;
 }
</style>

background-color css

<style>
 a { background-color: #85337A; }

 a { background-color: rgb(133,51,122); }

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

border-color css

<style>
 span { border-color: #85337A; }

 span { border-color: rgb(133,51,122); }

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