Html Css Color HEX #85307F Dark Purple

📋 copy color: '#85307F'

red 133 ◦ green 48 ◦ blue 127

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

Shades of Dark Purple #85307F

Tints of Dark Purple #85307F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.23%

R = 43.18%
G = 15.58%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85307F (or 0x85307F) is known color: Dark Purple. HEX triplet: 85, 30 and 7F. RGB value is (133,48,127). Sum of RGB (Red+Green+Blue) = 133+48+127=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85307F is #7ACF80. Grayscale: #525252. Windows color (decimal): -8048513 or 8335493. OLE color: 8335493.

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

Color convert

RGB 133 48 127 -
CMYK 0 0.64 0.05 0.48
HSL 304.24º 0.47% 0.35% -
HSV(B) 304.24º 0.64% 0.52% -
XYZ 14.56 8.63 20.98 -
YUV 82.42 153.16 164.08 -
System Red Green Blue C M Y K H S L
Decimal 133 48 127 0 0.64 0.05 0.48 304.24 0.47 0.35
Hex 85 30 7F 0 40 5 30 130 2F 23
Octal 205 60 177 0 100 5 60 460 57 43
Binary 10000101 110000 1111111 0 1000000 101 110000 100110000 101111 100011

Color Harmonies of #85307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85307F

Black with #85307F

Text Example


Text Example

White with #85307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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