Html Css Color HEX #973495 Vivid Violet

📋 copy color: '#973495'

red 151 ◦ green 52 ◦ blue 149

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

Shades of Vivid Violet #973495

Tints of Vivid Violet #973495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.77%

 BLUE value IS 149 (58.59% from 255) = 42.33%

R = 42.9%
G = 14.77%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#973495 (or 0x973495) is known color: Vivid Violet. HEX triplet: 97, 34 and 95. RGB value is (151,52,149). Sum of RGB (Red+Green+Blue) = 151+52+149=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #973495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973495 is #68CB6A. Grayscale: #5C5C5C. Windows color (decimal): -6867819 or 9778327. OLE color: 9778327.

HSL color Cylindrical-coordinate representation of color #973495: hue angle of 301.21º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #973495 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 52 149 -
CMYK 0 0.66 0.01 0.41
HSL 301.21º 0.49% 0.4% -
HSV(B) 301.21º 0.66% 0.59% -
XYZ 19.42 11.21 29.57 -
YUV 92.66 159.8 169.61 -
System Red Green Blue C M Y K H S L
Decimal 151 52 149 0 0.66 0.01 0.41 301.21 0.49 0.4
Hex 97 34 95 0 42 1 29 12D 31 28
Octal 227 64 225 0 102 1 51 455 61 50
Binary 10010111 110100 10010101 0 1000010 1 101001 100101101 110001 101000

Color Harmonies of #973495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973495

Black with #973495

Text Example


Text Example

White with #973495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973495; }

 p { color: rgb(151,52,149); }

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

background-color css

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

 a { background-color: rgb(151,52,149); }

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

border-color css

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

 span { border-color: rgb(151,52,149); }

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