Html Css Color HEX #973095 Vivid Violet

📋 copy color: '#973095'

red 151 ◦ green 48 ◦ blue 149

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

Shades of Vivid Violet #973095

Tints of Vivid Violet #973095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.79%

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

R = 43.39%
G = 13.79%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#973095 (or 0x973095) is known color: Vivid Violet. HEX triplet: 97, 30 and 95. RGB value is (151,48,149). Sum of RGB (Red+Green+Blue) = 151+48+149=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #973095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973095 is #68CF6A. Grayscale: #5A5A5A. Windows color (decimal): -6868843 or 9777303. OLE color: 9777303.

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

Color convert

RGB 151 48 149 -
CMYK 0 0.68 0.01 0.41
HSL 301.17º 0.52% 0.39% -
HSV(B) 301.17º 0.68% 0.59% -
XYZ 19.24 10.86 29.52 -
YUV 90.31 161.12 171.29 -
System Red Green Blue C M Y K H S L
Decimal 151 48 149 0 0.68 0.01 0.41 301.17 0.52 0.39
Hex 97 30 95 0 44 1 29 12D 34 27
Octal 227 60 225 0 104 1 51 455 64 47
Binary 10010111 110000 10010101 0 1000100 1 101001 100101101 110100 100111

Color Harmonies of #973095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973095

Black with #973095

Text Example


Text Example

White with #973095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973095; }

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

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

background-color css

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

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

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

border-color css

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

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

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