Html Css Color HEX #97428B Vivid Violet

📋 copy color: '#97428B'

red 151 ◦ green 66 ◦ blue 139

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

Shades of Vivid Violet #97428B

Tints of Vivid Violet #97428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.04%

R = 42.42%
G = 18.54%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#97428B (or 0x97428B) is known color: Vivid Violet. HEX triplet: 97, 42 and 8B. RGB value is (151,66,139). Sum of RGB (Red+Green+Blue) = 151+66+139=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #97428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97428B is #68BD74. Grayscale: #636363. Windows color (decimal): -6864245 or 9126551. OLE color: 9126551.

HSL color Cylindrical-coordinate representation of color #97428B: hue angle of 308.47º 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 #97428B is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 66 139 -
CMYK 0 0.56 0.08 0.41
HSL 308.47º 0.39% 0.43% -
HSV(B) 308.47º 0.56% 0.59% -
XYZ 19.37 12.34 25.79 -
YUV 99.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 151 66 139 0 0.56 0.08 0.41 308.47 0.39 0.43
Hex 97 42 8B 0 38 8 29 134 27 2B
Octal 227 102 213 0 70 10 51 464 47 53
Binary 10010111 1000010 10001011 0 111000 1000 101001 100110100 100111 101011

Color Harmonies of #97428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97428B

Black with #97428B

Text Example


Text Example

White with #97428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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