Html Css Color HEX #85306F Dark Purple

📋 copy color: '#85306F'

red 133 ◦ green 48 ◦ blue 111

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

Shades of Dark Purple #85306F

Tints of Dark Purple #85306F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.01%

R = 45.55%
G = 16.44%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85306F (or 0x85306F) is known color: Dark Purple. HEX triplet: 85, 30 and 6F. RGB value is (133,48,111). Sum of RGB (Red+Green+Blue) = 133+48+111=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #85306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85306F is #7ACF90. Grayscale: #505050. Windows color (decimal): -8048529 or 7286917. OLE color: 7286917.

HSL color Cylindrical-coordinate representation of color #85306F: hue angle of 315.53º 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 #85306F is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 48 111 -
CMYK 0 0.64 0.17 0.48
HSL 315.53º 0.47% 0.35% -
HSV(B) 315.53º 0.64% 0.52% -
XYZ 13.6 8.25 15.91 -
YUV 80.6 145.16 165.38 -
System Red Green Blue C M Y K H S L
Decimal 133 48 111 0 0.64 0.17 0.48 315.53 0.47 0.35
Hex 85 30 6F 0 40 11 30 13C 2F 23
Octal 205 60 157 0 100 21 60 474 57 43
Binary 10000101 110000 1101111 0 1000000 10001 110000 100111100 101111 100011

Color Harmonies of #85306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85306F

Black with #85306F

Text Example


Text Example

White with #85306F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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