Html Css Color HEX #956A92 Violet Blue

📋 copy color: '#956A92'

red 149 ◦ green 106 ◦ blue 146

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

Shades of Violet Blue #956A92

Tints of Violet Blue #956A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.41%

R = 37.16%
G = 26.43%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#956A92 (or 0x956A92) is known color: Violet Blue. HEX triplet: 95, 6A and 92. RGB value is (149,106,146). Sum of RGB (Red+Green+Blue) = 149+106+146=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #956A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956A92 is #6A956D. Grayscale: #7B7B7B. Windows color (decimal): -6985070 or 9595541. OLE color: 9595541.

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

Color convert

RGB 149 106 146 -
CMYK 0 0.29 0.02 0.42
HSL 304.19º 0.17% 0.5% -
HSV(B) 304.19º 0.29% 0.58% -
XYZ 22.74 18.77 29.62 -
YUV 123.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 149 106 146 0 0.29 0.02 0.42 304.19 0.17 0.5
Hex 95 6A 92 0 1D 2 2A 130 11 32
Octal 225 152 222 0 35 2 52 460 21 62
Binary 10010101 1101010 10010010 0 11101 10 101010 100110000 10001 110010

Color Harmonies of #956A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956A92

Black with #956A92

Text Example


Text Example

White with #956A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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