Html Css Color HEX #936699 Violet Blue

📋 copy color: '#936699'

red 147 ◦ green 102 ◦ blue 153

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

Shades of Violet Blue #936699

Tints of Violet Blue #936699

RGB

 RED value IS 147 (57.81% from 255) = 36.57%

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

 BLUE value IS 153 (60.16% from 255) = 38.06%

R = 36.57%
G = 25.37%
B = 38.06%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#936699 (or 0x936699) is known color: Violet Blue. HEX triplet: 93, 66 and 99. RGB value is (147,102,153). Sum of RGB (Red+Green+Blue) = 147+102+153=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #936699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936699 is #6C9966. Grayscale: #797979. Windows color (decimal): -7117159 or 10053267. OLE color: 10053267.

HSL color Cylindrical-coordinate representation of color #936699: hue angle of 292.94º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #936699 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 147 102 153 -
CMYK 0.04 0.33 0 0.4
HSL 292.94º 0.2% 0.5% -
HSV(B) 292.94º 0.33% 0.6% -
XYZ 22.53 18.01 32.42 -
YUV 121.27 145.91 146.35 -
System Red Green Blue C M Y K H S L
Decimal 147 102 153 0.04 0.33 0 0.4 292.94 0.2 0.5
Hex 93 66 99 4 21 0 28 125 14 32
Octal 223 146 231 4 41 0 50 445 24 62
Binary 10010011 1100110 10011001 100 100001 0 101000 100100101 10100 110010

Color Harmonies of #936699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936699

Black with #936699

Text Example


Text Example

White with #936699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936699; }

 p { color: rgb(147,102,153); }

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

background-color css

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

 a { background-color: rgb(147,102,153); }

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

border-color css

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

 span { border-color: rgb(147,102,153); }

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