Html Css Color HEX #976594 Violet Blue

📋 copy color: '#976594'

red 151 ◦ green 101 ◦ blue 148

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

Shades of Violet Blue #976594

Tints of Violet Blue #976594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.25%

 BLUE value IS 148 (58.2% from 255) = 37%

R = 37.75%
G = 25.25%
B = 37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#976594 (or 0x976594) is known color: Violet Blue. HEX triplet: 97, 65 and 94. RGB value is (151,101,148). Sum of RGB (Red+Green+Blue) = 151+101+148=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 151 - color contains mainly: red. Hex color #976594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976594 is #689A6B. Grayscale: #797979. Windows color (decimal): -6855276 or 9725335. OLE color: 9725335.

HSL color Cylindrical-coordinate representation of color #976594: hue angle of 303.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #976594 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 101 148 -
CMYK 0 0.33 0.02 0.41
HSL 303.6º 0.2% 0.49% -
HSV(B) 303.6º 0.33% 0.59% -
XYZ 22.76 18.02 30.3 -
YUV 121.31 143.07 149.18 -
System Red Green Blue C M Y K H S L
Decimal 151 101 148 0 0.33 0.02 0.41 303.6 0.2 0.49
Hex 97 65 94 0 21 2 29 130 14 31
Octal 227 145 224 0 41 2 51 460 24 61
Binary 10010111 1100101 10010100 0 100001 10 101001 100110000 10100 110001

Color Harmonies of #976594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976594

Black with #976594

Text Example


Text Example

White with #976594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976594; }

 p { color: rgb(151,101,148); }

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

background-color css

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

 a { background-color: rgb(151,101,148); }

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

border-color css

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

 span { border-color: rgb(151,101,148); }

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