Html Css Color HEX #973282 Dark Purple

📋 copy color: '#973282'

red 151 ◦ green 50 ◦ blue 130

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

Shades of Dark Purple #973282

Tints of Dark Purple #973282

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.11%

 BLUE value IS 130 (51.17% from 255) = 39.27%

R = 45.62%
G = 15.11%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#973282 (or 0x973282) is known color: Dark Purple. HEX triplet: 97, 32 and 82. RGB value is (151,50,130). Sum of RGB (Red+Green+Blue) = 151+50+130=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #973282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973282 is #68CD7D. Grayscale: #595959. Windows color (decimal): -6868350 or 8532631. OLE color: 8532631.

HSL color Cylindrical-coordinate representation of color #973282: hue angle of 312.48º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #973282 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 50 130 -
CMYK 0 0.67 0.14 0.41
HSL 312.48º 0.5% 0.39% -
HSV(B) 312.48º 0.67% 0.59% -
XYZ 17.93 10.47 22.2 -
YUV 89.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 151 50 130 0 0.67 0.14 0.41 312.48 0.5 0.39
Hex 97 32 82 0 43 E 29 138 32 27
Octal 227 62 202 0 103 16 51 470 62 47
Binary 10010111 110010 10000010 0 1000011 1110 101001 100111000 110010 100111

Color Harmonies of #973282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973282

Black with #973282

Text Example


Text Example

White with #973282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973282; }

 p { color: rgb(151,50,130); }

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

background-color css

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

 a { background-color: rgb(151,50,130); }

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

border-color css

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

 span { border-color: rgb(151,50,130); }

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