Html Css Color HEX #926596 Violet Blue

📋 copy color: '#926596'

red 146 ◦ green 101 ◦ blue 150

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

Shades of Violet Blue #926596

Tints of Violet Blue #926596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.44%

 BLUE value IS 150 (58.98% from 255) = 37.78%

R = 36.78%
G = 25.44%
B = 37.78%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#926596 (or 0x926596) is known color: Violet Blue. HEX triplet: 92, 65 and 96. RGB value is (146,101,150). Sum of RGB (Red+Green+Blue) = 146+101+150=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 150 - color contains mainly: blue. Hex color #926596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926596 is #6D9A69. Grayscale: #777777. Windows color (decimal): -7182954 or 9856402. OLE color: 9856402.

HSL color Cylindrical-coordinate representation of color #926596: hue angle of 295.1º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #926596 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 146 101 150 -
CMYK 0.03 0.33 0 0.41
HSL 295.1º 0.2% 0.49% -
HSV(B) 295.1º 0.33% 0.59% -
XYZ 22.01 17.62 31.1 -
YUV 120.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 146 101 150 0.03 0.33 0 0.41 295.1 0.2 0.49
Hex 92 65 96 3 21 0 29 127 14 31
Octal 222 145 226 3 41 0 51 447 24 61
Binary 10010010 1100101 10010110 11 100001 0 101001 100100111 10100 110001

Color Harmonies of #926596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926596

Black with #926596

Text Example


Text Example

White with #926596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926596; }

 p { color: rgb(146,101,150); }

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

background-color css

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

 a { background-color: rgb(146,101,150); }

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

border-color css

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

 span { border-color: rgb(146,101,150); }

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