Html Css Color HEX #956692 Violet Blue

📋 copy color: '#956692'

red 149 ◦ green 102 ◦ blue 146

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

Shades of Violet Blue #956692

Tints of Violet Blue #956692

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.69%

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

R = 37.53%
G = 25.69%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#956692 (or 0x956692) is known color: Violet Blue. HEX triplet: 95, 66 and 92. RGB value is (149,102,146). Sum of RGB (Red+Green+Blue) = 149+102+146=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #956692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956692 is #6A996D. Grayscale: #787878. Windows color (decimal): -6986094 or 9594517. OLE color: 9594517.

HSL color Cylindrical-coordinate representation of color #956692: hue angle of 303.83º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #956692 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 102 146 -
CMYK 0 0.32 0.02 0.42
HSL 303.83º 0.19% 0.49% -
HSV(B) 303.83º 0.32% 0.58% -
XYZ 22.33 17.97 29.49 -
YUV 121.07 142.07 147.92 -
System Red Green Blue C M Y K H S L
Decimal 149 102 146 0 0.32 0.02 0.42 303.83 0.19 0.49
Hex 95 66 92 0 20 2 2A 130 13 31
Octal 225 146 222 0 40 2 52 460 23 61
Binary 10010101 1100110 10010010 0 100000 10 101010 100110000 10011 110001

Color Harmonies of #956692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956692

Black with #956692

Text Example


Text Example

White with #956692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956692; }

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

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

background-color css

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

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

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

border-color css

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

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

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