Html Css Color HEX #973D93 Vivid Violet

📋 copy color: '#973D93'

red 151 ◦ green 61 ◦ blue 147

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

Shades of Vivid Violet #973D93

Tints of Vivid Violet #973D93

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.99%

 BLUE value IS 147 (57.81% from 255) = 40.95%

R = 42.06%
G = 16.99%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#973D93 (or 0x973D93) is known color: Vivid Violet. HEX triplet: 97, 3D and 93. RGB value is (151,61,147). Sum of RGB (Red+Green+Blue) = 151+61+147=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #973D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973D93 is #68C26C. Grayscale: #616161. Windows color (decimal): -6865517 or 9649559. OLE color: 9649559.

HSL color Cylindrical-coordinate representation of color #973D93: hue angle of 302.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #973D93 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 61 147 -
CMYK 0 0.60 0.03 0.41
HSL 302.67º 0.42% 0.42% -
HSV(B) 302.67º 0.6% 0.59% -
XYZ 19.7 12.02 28.89 -
YUV 97.71 155.82 166.01 -
System Red Green Blue C M Y K H S L
Decimal 151 61 147 0 0.60 0.03 0.41 302.67 0.42 0.42
Hex 97 3D 93 0 3C 3 29 12F 2A 2A
Octal 227 75 223 0 74 3 51 457 52 52
Binary 10010111 111101 10010011 0 111100 11 101001 100101111 101010 101010

Color Harmonies of #973D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973D93

Black with #973D93

Text Example


Text Example

White with #973D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973D93; }

 p { color: rgb(151,61,147); }

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

background-color css

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

 a { background-color: rgb(151,61,147); }

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

border-color css

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

 span { border-color: rgb(151,61,147); }

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