Html Css Color HEX #97418A Vivid Violet

📋 copy color: '#97418A'

red 151 ◦ green 65 ◦ blue 138

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

Shades of Vivid Violet #97418A

Tints of Vivid Violet #97418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.36%

 BLUE value IS 138 (54.3% from 255) = 38.98%

R = 42.66%
G = 18.36%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#97418A (or 0x97418A) is known color: Vivid Violet. HEX triplet: 97, 41 and 8A. RGB value is (151,65,138). Sum of RGB (Red+Green+Blue) = 151+65+138=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #97418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97418A is #68BE75. Grayscale: #626262. Windows color (decimal): -6864502 or 9060759. OLE color: 9060759.

HSL color Cylindrical-coordinate representation of color #97418A: hue angle of 309.07º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #97418A is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 65 138 -
CMYK 0 0.57 0.09 0.41
HSL 309.07º 0.4% 0.42% -
HSV(B) 309.07º 0.57% 0.59% -
XYZ 19.24 12.19 25.38 -
YUV 99.04 149.99 165.06 -
System Red Green Blue C M Y K H S L
Decimal 151 65 138 0 0.57 0.09 0.41 309.07 0.4 0.42
Hex 97 41 8A 0 39 9 29 135 28 2A
Octal 227 101 212 0 71 11 51 465 50 52
Binary 10010111 1000001 10001010 0 111001 1001 101001 100110101 101000 101010

Color Harmonies of #97418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97418A

Black with #97418A

Text Example


Text Example

White with #97418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97418A; }

 p { color: rgb(151,65,138); }

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

background-color css

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

 a { background-color: rgb(151,65,138); }

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

border-color css

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

 span { border-color: rgb(151,65,138); }

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