Html Css Color HEX #971A8C Dark Purple

📋 copy color: '#971A8C'

red 151 ◦ green 26 ◦ blue 140

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

Shades of Dark Purple #971A8C

Tints of Dark Purple #971A8C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.2%

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

R = 47.63%
G = 8.2%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#971A8C (or 0x971A8C) is known color: Dark Purple. HEX triplet: 97, 1A and 8C. RGB value is (151,26,140). Sum of RGB (Red+Green+Blue) = 151+26+140=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #971A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971A8C is #68E573. Grayscale: #4C4C4C. Windows color (decimal): -6874484 or 9181847. OLE color: 9181847.

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

Color convert

RGB 151 26 140 -
CMYK 0 0.83 0.07 0.41
HSL 305.28º 0.71% 0.35% -
HSV(B) 305.28º 0.83% 0.59% -
XYZ 17.87 9.21 25.65 -
YUV 76.37 163.91 181.23 -
System Red Green Blue C M Y K H S L
Decimal 151 26 140 0 0.83 0.07 0.41 305.28 0.71 0.35
Hex 97 1A 8C 0 53 7 29 131 47 23
Octal 227 32 214 0 123 7 51 461 107 43
Binary 10010111 11010 10001100 0 1010011 111 101001 100110001 1000111 100011

Color Harmonies of #971A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971A8C

Black with #971A8C

Text Example


Text Example

White with #971A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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