Html Css Color HEX #971F8C Dark Purple

📋 copy color: '#971F8C'

red 151 ◦ green 31 ◦ blue 140

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

Shades of Dark Purple #971F8C

Tints of Dark Purple #971F8C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.63%

 BLUE value IS 140 (55.08% from 255) = 43.48%

R = 46.89%
G = 9.63%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#971F8C (or 0x971F8C) is known color: Dark Purple. HEX triplet: 97, 1F and 8C. RGB value is (151,31,140). Sum of RGB (Red+Green+Blue) = 151+31+140=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #971F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971F8C is #68E073. Grayscale: #4E4E4E. Windows color (decimal): -6873204 or 9183127. OLE color: 9183127.

HSL color Cylindrical-coordinate representation of color #971F8C: hue angle of 305.5º degrees, saturation: 0.66, 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 #971F8C is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 31 140 -
CMYK 0 0.79 0.07 0.41
HSL 305.5º 0.66% 0.36% -
HSV(B) 305.5º 0.79% 0.59% -
XYZ 17.99 9.45 25.69 -
YUV 79.31 162.26 179.14 -
System Red Green Blue C M Y K H S L
Decimal 151 31 140 0 0.79 0.07 0.41 305.5 0.66 0.36
Hex 97 1F 8C 0 4F 7 29 132 42 24
Octal 227 37 214 0 117 7 51 462 102 44
Binary 10010111 11111 10001100 0 1001111 111 101001 100110010 1000010 100100

Color Harmonies of #971F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971F8C

Black with #971F8C

Text Example


Text Example

White with #971F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971F8C; }

 p { color: rgb(151,31,140); }

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

background-color css

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

 a { background-color: rgb(151,31,140); }

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

border-color css

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

 span { border-color: rgb(151,31,140); }

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