Html Css Color HEX #973985 Dark Purple

📋 copy color: '#973985'

red 151 ◦ green 57 ◦ blue 133

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

Shades of Dark Purple #973985

Tints of Dark Purple #973985

RGB

 RED value IS 151 (59.38% from 255) = 44.28%

 GREEN value IS 57 (22.66% from 255) = 16.72%

 BLUE value IS 133 (52.34% from 255) = 39%

R = 44.28%
G = 16.72%
B = 39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#973985 (or 0x973985) is known color: Dark Purple. HEX triplet: 97, 39 and 85. RGB value is (151,57,133). Sum of RGB (Red+Green+Blue) = 151+57+133=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #973985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973985 is #68C67A. Grayscale: #5D5D5D. Windows color (decimal): -6866555 or 8731031. OLE color: 8731031.

HSL color Cylindrical-coordinate representation of color #973985: hue angle of 311.49º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #973985 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 57 133 -
CMYK 0 0.62 0.12 0.41
HSL 311.49º 0.45% 0.41% -
HSV(B) 311.49º 0.62% 0.59% -
XYZ 18.46 11.2 23.38 -
YUV 93.77 150.14 168.82 -
System Red Green Blue C M Y K H S L
Decimal 151 57 133 0 0.62 0.12 0.41 311.49 0.45 0.41
Hex 97 39 85 0 3E C 29 137 2D 29
Octal 227 71 205 0 76 14 51 467 55 51
Binary 10010111 111001 10000101 0 111110 1100 101001 100110111 101101 101001

Color Harmonies of #973985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973985

Black with #973985

Text Example


Text Example

White with #973985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973985; }

 p { color: rgb(151,57,133); }

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

background-color css

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

 a { background-color: rgb(151,57,133); }

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

border-color css

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

 span { border-color: rgb(151,57,133); }

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