Html Css Color HEX #956A9D Violet Blue

📋 copy color: '#956A9D'

red 149 ◦ green 106 ◦ blue 157

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

Shades of Violet Blue #956A9D

Tints of Violet Blue #956A9D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.73%

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

R = 36.17%
G = 25.73%
B = 38.11%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#956A9D (or 0x956A9D) is known color: Violet Blue. HEX triplet: 95, 6A and 9D. RGB value is (149,106,157). Sum of RGB (Red+Green+Blue) = 149+106+157=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #956A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956A9D is #6A9562. Grayscale: #7C7C7C. Windows color (decimal): -6985059 or 10316437. OLE color: 10316437.

HSL color Cylindrical-coordinate representation of color #956A9D: hue angle of 290.59º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #956A9D is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 106 157 -
CMYK 0.05 0.32 0 0.38
HSL 290.59º 0.21% 0.52% -
HSV(B) 290.59º 0.32% 0.62% -
XYZ 23.63 19.13 34.35 -
YUV 124.67 146.25 145.35 -
System Red Green Blue C M Y K H S L
Decimal 149 106 157 0.05 0.32 0 0.38 290.59 0.21 0.52
Hex 95 6A 9D 5 20 0 26 123 15 34
Octal 225 152 235 5 40 0 46 443 25 64
Binary 10010101 1101010 10011101 101 100000 0 100110 100100011 10101 110100

Color Harmonies of #956A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956A9D

Black with #956A9D

Text Example


Text Example

White with #956A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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