Html Css Color HEX #85307B Dark Purple

📋 copy color: '#85307B'

red 133 ◦ green 48 ◦ blue 123

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

Shades of Dark Purple #85307B

Tints of Dark Purple #85307B

RGB

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

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

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

R = 43.75%
G = 15.79%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85307B (or 0x85307B) is known color: Dark Purple. HEX triplet: 85, 30 and 7B. RGB value is (133,48,123). Sum of RGB (Red+Green+Blue) = 133+48+123=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #85307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85307B is #7ACF84. Grayscale: #515151. Windows color (decimal): -8048517 or 8073349. OLE color: 8073349.

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

Color convert

RGB 133 48 123 -
CMYK 0 0.64 0.08 0.48
HSL 307.06º 0.47% 0.35% -
HSV(B) 307.06º 0.64% 0.52% -
XYZ 14.3 8.53 19.63 -
YUV 81.97 151.16 164.4 -
System Red Green Blue C M Y K H S L
Decimal 133 48 123 0 0.64 0.08 0.48 307.06 0.47 0.35
Hex 85 30 7B 0 40 8 30 133 2F 23
Octal 205 60 173 0 100 10 60 463 57 43
Binary 10000101 110000 1111011 0 1000000 1000 110000 100110011 101111 100011

Color Harmonies of #85307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85307B

Black with #85307B

Text Example


Text Example

White with #85307B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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