Html Css Color HEX #955097 Violet Blue

📋 copy color: '#955097'

red 149 ◦ green 80 ◦ blue 151

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

Shades of Violet Blue #955097

Tints of Violet Blue #955097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.05%

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

R = 39.21%
G = 21.05%
B = 39.74%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#955097 (or 0x955097) is known color: Violet Blue. HEX triplet: 95, 50 and 97. RGB value is (149,80,151). Sum of RGB (Red+Green+Blue) = 149+80+151=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 151 - color contains mainly: blue. Hex color #955097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955097 is #6AAF68. Grayscale: #6C6C6C. Windows color (decimal): -6991721 or 9916565. OLE color: 9916565.

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

Color convert

RGB 149 80 151 -
CMYK 0.01 0.47 0 0.41
HSL 298.31º 0.31% 0.45% -
HSV(B) 298.31º 0.47% 0.59% -
XYZ 20.85 14.36 30.95 -
YUV 108.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 149 80 151 0.01 0.47 0 0.41 298.31 0.31 0.45
Hex 95 50 97 1 2F 0 29 12A 1F 2D
Octal 225 120 227 1 57 0 51 452 37 55
Binary 10010101 1010000 10010111 1 101111 0 101001 100101010 11111 101101

Color Harmonies of #955097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955097

Black with #955097

Text Example


Text Example

White with #955097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955097; }

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

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

background-color css

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

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

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

border-color css

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

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

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