Html Css Color HEX #85306D Dark Purple

📋 copy color: '#85306D'

red 133 ◦ green 48 ◦ blue 109

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

Shades of Dark Purple #85306D

Tints of Dark Purple #85306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.55%

 BLUE value IS 109 (42.97% from 255) = 37.59%

R = 45.86%
G = 16.55%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85306D (or 0x85306D) is known color: Dark Purple. HEX triplet: 85, 30 and 6D. RGB value is (133,48,109). Sum of RGB (Red+Green+Blue) = 133+48+109=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #85306D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85306D is #7ACF92. Grayscale: #505050. Windows color (decimal): -8048531 or 7155845. OLE color: 7155845.

HSL color Cylindrical-coordinate representation of color #85306D: hue angle of 316.94º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85306D is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 48 109 -
CMYK 0 0.64 0.18 0.48
HSL 316.94º 0.47% 0.35% -
HSV(B) 316.94º 0.64% 0.52% -
XYZ 13.49 8.2 15.34 -
YUV 80.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 133 48 109 0 0.64 0.18 0.48 316.94 0.47 0.35
Hex 85 30 6D 0 40 12 30 13D 2F 23
Octal 205 60 155 0 100 22 60 475 57 43
Binary 10000101 110000 1101101 0 1000000 10010 110000 100111101 101111 100011

Color Harmonies of #85306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85306D

Black with #85306D

Text Example


Text Example

White with #85306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85306D; }

 p { color: rgb(133,48,109); }

 H1.HeaderClassName
 {
   color: #85306D;
 }
 .AnyTagClassName
 {
   color: #85306D;
 }
</style>

background-color css

<style>
 a { background-color: #85306D; }

 a { background-color: rgb(133,48,109); }

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

border-color css

<style>
 span { border-color: #85306D; }

 span { border-color: rgb(133,48,109); }

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