Html Css Color HEX #973290 Vivid Violet

📋 copy color: '#973290'

red 151 ◦ green 50 ◦ blue 144

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

Shades of Vivid Violet #973290

Tints of Vivid Violet #973290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.74%

R = 43.77%
G = 14.49%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#973290 (or 0x973290) is known color: Vivid Violet. HEX triplet: 97, 32 and 90. RGB value is (151,50,144). Sum of RGB (Red+Green+Blue) = 151+50+144=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #973290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973290 is #68CD6F. Grayscale: #5A5A5A. Windows color (decimal): -6868336 or 9450135. OLE color: 9450135.

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

Color convert

RGB 151 50 144 -
CMYK 0 0.67 0.05 0.41
HSL 304.16º 0.5% 0.39% -
HSV(B) 304.16º 0.67% 0.59% -
XYZ 18.94 10.87 27.49 -
YUV 90.92 157.96 170.86 -
System Red Green Blue C M Y K H S L
Decimal 151 50 144 0 0.67 0.05 0.41 304.16 0.5 0.39
Hex 97 32 90 0 43 5 29 130 32 27
Octal 227 62 220 0 103 5 51 460 62 47
Binary 10010111 110010 10010000 0 1000011 101 101001 100110000 110010 100111

Color Harmonies of #973290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973290

Black with #973290

Text Example


Text Example

White with #973290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973290; }

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

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

background-color css

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

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

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

border-color css

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

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

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