Html Css Color HEX #97309B Vivid Violet

📋 copy color: '#97309B'

red 151 ◦ green 48 ◦ blue 155

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

Shades of Vivid Violet #97309B

Tints of Vivid Violet #97309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.79%

R = 42.66%
G = 13.56%
B = 43.79%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#97309B (or 0x97309B) is known color: Vivid Violet. HEX triplet: 97, 30 and 9B. RGB value is (151,48,155). Sum of RGB (Red+Green+Blue) = 151+48+155=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #97309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97309B is #68CF64. Grayscale: #5A5A5A. Windows color (decimal): -6868837 or 10170519. OLE color: 10170519.

HSL color Cylindrical-coordinate representation of color #97309B: hue angle of 297.76º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #97309B is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 151 48 155 -
CMYK 0.03 0.69 0 0.39
HSL 297.76º 0.53% 0.4% -
HSV(B) 297.76º 0.69% 0.61% -
XYZ 19.74 11.06 32.1 -
YUV 91 164.12 170.8 -
System Red Green Blue C M Y K H S L
Decimal 151 48 155 0.03 0.69 0 0.39 297.76 0.53 0.4
Hex 97 30 9B 3 45 0 27 12A 35 28
Octal 227 60 233 3 105 0 47 452 65 50
Binary 10010111 110000 10011011 11 1000101 0 100111 100101010 110101 101000

Color Harmonies of #97309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97309B

Black with #97309B

Text Example


Text Example

White with #97309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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