Html Css Color HEX #972094 Dark Purple

📋 copy color: '#972094'

red 151 ◦ green 32 ◦ blue 148

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

Shades of Dark Purple #972094

Tints of Dark Purple #972094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.71%

R = 45.62%
G = 9.67%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#972094 (or 0x972094) is known color: Dark Purple. HEX triplet: 97, 20 and 94. RGB value is (151,32,148). Sum of RGB (Red+Green+Blue) = 151+32+148=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #972094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972094 is #68DF6B. Grayscale: #505050. Windows color (decimal): -6872940 or 9707671. OLE color: 9707671.

HSL color Cylindrical-coordinate representation of color #972094: hue angle of 301.51º 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 #972094 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 32 148 -
CMYK 0 0.79 0.02 0.41
HSL 301.51º 0.65% 0.36% -
HSV(B) 301.51º 0.79% 0.59% -
XYZ 18.62 9.75 28.92 -
YUV 80.81 165.92 178.07 -
System Red Green Blue C M Y K H S L
Decimal 151 32 148 0 0.79 0.02 0.41 301.51 0.65 0.36
Hex 97 20 94 0 4F 2 29 12E 41 24
Octal 227 40 224 0 117 2 51 456 101 44
Binary 10010111 100000 10010100 0 1001111 10 101001 100101110 1000001 100100

Color Harmonies of #972094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972094

Black with #972094

Text Example


Text Example

White with #972094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972094; }

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

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

background-color css

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

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

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

border-color css

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

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

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