Html Css Color HEX #971A8E Dark Purple

📋 copy color: '#971A8E'

red 151 ◦ green 26 ◦ blue 142

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

Shades of Dark Purple #971A8E

Tints of Dark Purple #971A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.51%

R = 47.34%
G = 8.15%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#971A8E (or 0x971A8E) is known color: Dark Purple. HEX triplet: 97, 1A and 8E. RGB value is (151,26,142). Sum of RGB (Red+Green+Blue) = 151+26+142=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #971A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971A8E is #68E571. Grayscale: #4C4C4C. Windows color (decimal): -6874482 or 9312919. OLE color: 9312919.

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

Color convert

RGB 151 26 142 -
CMYK 0 0.83 0.06 0.41
HSL 304.32º 0.71% 0.35% -
HSV(B) 304.32º 0.83% 0.59% -
XYZ 18.01 9.27 26.43 -
YUV 76.6 164.91 181.07 -
System Red Green Blue C M Y K H S L
Decimal 151 26 142 0 0.83 0.06 0.41 304.32 0.71 0.35
Hex 97 1A 8E 0 53 6 29 130 47 23
Octal 227 32 216 0 123 6 51 460 107 43
Binary 10010111 11010 10001110 0 1010011 110 101001 100110000 1000111 100011

Color Harmonies of #971A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971A8E

Black with #971A8E

Text Example


Text Example

White with #971A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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