Html Css Color HEX #956297 Violet Blue

📋 copy color: '#956297'

red 149 ◦ green 98 ◦ blue 151

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

Shades of Violet Blue #956297

Tints of Violet Blue #956297

RGB

 RED value IS 149 (58.59% from 255) = 37.44%

 GREEN value IS 98 (38.67% from 255) = 24.62%

 BLUE value IS 151 (59.38% from 255) = 37.94%

R = 37.44%
G = 24.62%
B = 37.94%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#956297 (or 0x956297) is known color: Violet Blue. HEX triplet: 95, 62 and 97. RGB value is (149,98,151). Sum of RGB (Red+Green+Blue) = 149+98+151=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 151 - color contains mainly: blue. Hex color #956297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956297 is #6A9D68. Grayscale: #777777. Windows color (decimal): -6987113 or 9921173. OLE color: 9921173.

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

Color convert

RGB 149 98 151 -
CMYK 0.01 0.35 0 0.41
HSL 297.74º 0.21% 0.49% -
HSV(B) 297.74º 0.35% 0.59% -
XYZ 22.35 17.36 31.45 -
YUV 119.29 145.9 149.19 -
System Red Green Blue C M Y K H S L
Decimal 149 98 151 0.01 0.35 0 0.41 297.74 0.21 0.49
Hex 95 62 97 1 23 0 29 12A 15 31
Octal 225 142 227 1 43 0 51 452 25 61
Binary 10010101 1100010 10010111 1 100011 0 101001 100101010 10101 110001

Color Harmonies of #956297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956297

Black with #956297

Text Example


Text Example

White with #956297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956297; }

 p { color: rgb(149,98,151); }

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

background-color css

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

 a { background-color: rgb(149,98,151); }

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

border-color css

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

 span { border-color: rgb(149,98,151); }

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