Html Css Color HEX #97428E Vivid Violet

📋 copy color: '#97428E'

red 151 ◦ green 66 ◦ blue 142

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

Shades of Vivid Violet #97428E

Tints of Vivid Violet #97428E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.38%

 BLUE value IS 142 (55.86% from 255) = 39.55%

R = 42.06%
G = 18.38%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#97428E (or 0x97428E) is known color: Vivid Violet. HEX triplet: 97, 42 and 8E. RGB value is (151,66,142). Sum of RGB (Red+Green+Blue) = 151+66+142=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #97428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97428E is #68BD71. Grayscale: #636363. Windows color (decimal): -6864242 or 9323159. OLE color: 9323159.

HSL color Cylindrical-coordinate representation of color #97428E: hue angle of 306.35º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #97428E is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 66 142 -
CMYK 0 0.56 0.06 0.41
HSL 306.35º 0.39% 0.43% -
HSV(B) 306.35º 0.56% 0.59% -
XYZ 19.59 12.43 26.96 -
YUV 100.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 151 66 142 0 0.56 0.06 0.41 306.35 0.39 0.43
Hex 97 42 8E 0 38 6 29 132 27 2B
Octal 227 102 216 0 70 6 51 462 47 53
Binary 10010111 1000010 10001110 0 111000 110 101001 100110010 100111 101011

Color Harmonies of #97428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97428E

Black with #97428E

Text Example


Text Example

White with #97428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97428E; }

 p { color: rgb(151,66,142); }

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

background-color css

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

 a { background-color: rgb(151,66,142); }

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

border-color css

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

 span { border-color: rgb(151,66,142); }

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