Html Css Color HEX #956B93 Violet Blue

📋 copy color: '#956B93'

red 149 ◦ green 107 ◦ blue 147

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

Shades of Violet Blue #956B93

Tints of Violet Blue #956B93

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.55%

 BLUE value IS 147 (57.81% from 255) = 36.48%

R = 36.97%
G = 26.55%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#956B93 (or 0x956B93) is known color: Violet Blue. HEX triplet: 95, 6B and 93. RGB value is (149,107,147). Sum of RGB (Red+Green+Blue) = 149+107+147=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #956B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956B93 is #6A946C. Grayscale: #7B7B7B. Windows color (decimal): -6984813 or 9661333. OLE color: 9661333.

HSL color Cylindrical-coordinate representation of color #956B93: hue angle of 302.86º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #956B93 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 107 147 -
CMYK 0 0.28 0.01 0.42
HSL 302.86º 0.17% 0.5% -
HSV(B) 302.86º 0.28% 0.58% -
XYZ 22.92 19.01 30.07 -
YUV 124.12 140.91 145.75 -
System Red Green Blue C M Y K H S L
Decimal 149 107 147 0 0.28 0.01 0.42 302.86 0.17 0.5
Hex 95 6B 93 0 1C 1 2A 12F 11 32
Octal 225 153 223 0 34 1 52 457 21 62
Binary 10010101 1101011 10010011 0 11100 1 101010 100101111 10001 110010

Color Harmonies of #956B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956B93

Black with #956B93

Text Example


Text Example

White with #956B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956B93; }

 p { color: rgb(149,107,147); }

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

background-color css

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

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

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

border-color css

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

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

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