Html Css Color HEX #955B9D Violet Blue

📋 copy color: '#955B9D'

red 149 ◦ green 91 ◦ blue 157

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

Shades of Violet Blue #955B9D

Tints of Violet Blue #955B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.55%

R = 37.53%
G = 22.92%
B = 39.55%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#955B9D (or 0x955B9D) is known color: Violet Blue. HEX triplet: 95, 5B and 9D. RGB value is (149,91,157). Sum of RGB (Red+Green+Blue) = 149+91+157=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #955B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955B9D is #6AA462. Grayscale: #737373. Windows color (decimal): -6988899 or 10312597. OLE color: 10312597.

HSL color Cylindrical-coordinate representation of color #955B9D: hue angle of 292.73º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955B9D is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 91 157 -
CMYK 0.05 0.42 0 0.38
HSL 292.73º 0.27% 0.49% -
HSV(B) 292.73º 0.42% 0.62% -
XYZ 22.22 16.31 33.87 -
YUV 115.87 151.22 151.63 -
System Red Green Blue C M Y K H S L
Decimal 149 91 157 0.05 0.42 0 0.38 292.73 0.27 0.49
Hex 95 5B 9D 5 2A 0 26 125 1B 31
Octal 225 133 235 5 52 0 46 445 33 61
Binary 10010101 1011011 10011101 101 101010 0 100110 100100101 11011 110001

Color Harmonies of #955B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955B9D

Black with #955B9D

Text Example


Text Example

White with #955B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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