Html Css Color HEX #971985 Dark Purple

📋 copy color: '#971985'

red 151 ◦ green 25 ◦ blue 133

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

Shades of Dark Purple #971985

Tints of Dark Purple #971985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.09%

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

R = 48.87%
G = 8.09%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#971985 (or 0x971985) is known color: Dark Purple. HEX triplet: 97, 19 and 85. RGB value is (151,25,133). Sum of RGB (Red+Green+Blue) = 151+25+133=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #971985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971985 is #68E67A. Grayscale: #4A4A4A. Windows color (decimal): -6874747 or 8722839. OLE color: 8722839.

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

Color convert

RGB 151 25 133 -
CMYK 0 0.83 0.12 0.41
HSL 308.57º 0.72% 0.35% -
HSV(B) 308.57º 0.83% 0.59% -
XYZ 17.34 8.97 23.01 -
YUV 74.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 151 25 133 0 0.83 0.12 0.41 308.57 0.72 0.35
Hex 97 19 85 0 53 C 29 135 48 23
Octal 227 31 205 0 123 14 51 465 110 43
Binary 10010111 11001 10000101 0 1010011 1100 101001 100110101 1001000 100011

Color Harmonies of #971985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971985

Black with #971985

Text Example


Text Example

White with #971985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971985; }

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

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

background-color css

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

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

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

border-color css

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

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

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