Html Css Color HEX #955B8D Violet Blue

📋 copy color: '#955B8D'

red 149 ◦ green 91 ◦ blue 141

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

Shades of Violet Blue #955B8D

Tints of Violet Blue #955B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 39.11%
G = 23.88%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#955B8D (or 0x955B8D) is known color: Violet Blue. HEX triplet: 95, 5B and 8D. RGB value is (149,91,141). Sum of RGB (Red+Green+Blue) = 149+91+141=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #955B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955B8D is #6AA472. Grayscale: #717171. Windows color (decimal): -6988915 or 9264021. OLE color: 9264021.

HSL color Cylindrical-coordinate representation of color #955B8D: hue angle of 308.28º 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 #955B8D is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 91 141 -
CMYK 0 0.39 0.05 0.42
HSL 308.28º 0.24% 0.47% -
HSV(B) 308.28º 0.39% 0.58% -
XYZ 20.94 15.79 27.14 -
YUV 114.04 143.22 152.93 -
System Red Green Blue C M Y K H S L
Decimal 149 91 141 0 0.39 0.05 0.42 308.28 0.24 0.47
Hex 95 5B 8D 0 27 5 2A 134 18 2F
Octal 225 133 215 0 47 5 52 464 30 57
Binary 10010101 1011011 10001101 0 100111 101 101010 100110100 11000 101111

Color Harmonies of #955B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955B8D

Black with #955B8D

Text Example


Text Example

White with #955B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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