Html Css Color HEX #972085 Dark Purple

📋 copy color: '#972085'

red 151 ◦ green 32 ◦ blue 133

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

Shades of Dark Purple #972085

Tints of Dark Purple #972085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.13%

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

R = 47.78%
G = 10.13%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#972085 (or 0x972085) is known color: Dark Purple. HEX triplet: 97, 20 and 85. RGB value is (151,32,133). Sum of RGB (Red+Green+Blue) = 151+32+133=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #972085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972085 is #68DF7A. Grayscale: #4E4E4E. Windows color (decimal): -6872955 or 8724631. OLE color: 8724631.

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

Color convert

RGB 151 32 133 -
CMYK 0 0.79 0.12 0.41
HSL 309.08º 0.65% 0.36% -
HSV(B) 309.08º 0.79% 0.59% -
XYZ 17.51 9.31 23.06 -
YUV 79.1 158.42 179.29 -
System Red Green Blue C M Y K H S L
Decimal 151 32 133 0 0.79 0.12 0.41 309.08 0.65 0.36
Hex 97 20 85 0 4F C 29 135 41 24
Octal 227 40 205 0 117 14 51 465 101 44
Binary 10010111 100000 10000101 0 1001111 1100 101001 100110101 1000001 100100

Color Harmonies of #972085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972085

Black with #972085

Text Example


Text Example

White with #972085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972085; }

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

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

background-color css

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

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

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

border-color css

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

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

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