Html Css Color HEX #955B95 Violet Blue

📋 copy color: '#955B95'

red 149 ◦ green 91 ◦ blue 149

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

Shades of Violet Blue #955B95

Tints of Violet Blue #955B95

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.39%

 BLUE value IS 149 (58.59% from 255) = 38.3%

R = 38.3%
G = 23.39%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#955B95 (or 0x955B95) is known color: Violet Blue. HEX triplet: 95, 5B and 95. RGB value is (149,91,149). Sum of RGB (Red+Green+Blue) = 149+91+149=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #955B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955B95 is #6AA46A. Grayscale: #727272. Windows color (decimal): -6988907 or 9788309. OLE color: 9788309.

HSL color Cylindrical-coordinate representation of color #955B95: hue angle of 300º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #955B95 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 91 149 -
CMYK 0 0.39 0 0.42
HSL 300º 0.24% 0.47% -
HSV(B) 300º 0.39% 0.58% -
XYZ 21.56 16.04 30.39 -
YUV 114.95 147.22 152.28 -
System Red Green Blue C M Y K H S L
Decimal 149 91 149 0 0.39 0 0.42 300 0.24 0.47
Hex 95 5B 95 0 27 0 2A 12C 18 2F
Octal 225 133 225 0 47 0 52 454 30 57
Binary 10010101 1011011 10010101 0 100111 0 101010 100101100 11000 101111

Color Harmonies of #955B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955B95

Black with #955B95

Text Example


Text Example

White with #955B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955B95; }

 p { color: rgb(149,91,149); }

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

background-color css

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

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

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

border-color css

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

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

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