Html Css Color HEX #971A8A Dark Purple

📋 copy color: '#971A8A'

red 151 ◦ green 26 ◦ blue 138

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

Shades of Dark Purple #971A8A

Tints of Dark Purple #971A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.81%

R = 47.94%
G = 8.25%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#971A8A (or 0x971A8A) is known color: Dark Purple. HEX triplet: 97, 1A and 8A. RGB value is (151,26,138). Sum of RGB (Red+Green+Blue) = 151+26+138=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #971A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971A8A is #68E575. Grayscale: #4B4B4B. Windows color (decimal): -6874486 or 9050775. OLE color: 9050775.

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

Color convert

RGB 151 26 138 -
CMYK 0 0.83 0.09 0.41
HSL 306.24º 0.71% 0.35% -
HSV(B) 306.24º 0.83% 0.59% -
XYZ 17.72 9.15 24.88 -
YUV 76.14 162.91 181.39 -
System Red Green Blue C M Y K H S L
Decimal 151 26 138 0 0.83 0.09 0.41 306.24 0.71 0.35
Hex 97 1A 8A 0 53 9 29 132 47 23
Octal 227 32 212 0 123 11 51 462 107 43
Binary 10010111 11010 10001010 0 1010011 1001 101001 100110010 1000111 100011

Color Harmonies of #971A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971A8A

Black with #971A8A

Text Example


Text Example

White with #971A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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