Html Css Color HEX #9E6692 Violet Blue

📋 copy color: '#9E6692'

red 158 ◦ green 102 ◦ blue 146

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

Shades of Violet Blue #9E6692

Tints of Violet Blue #9E6692

RGB

 RED value IS 158 (62.11% from 255) = 38.92%

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

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

R = 38.92%
G = 25.12%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9E6692 (or 0x9E6692) is known color: Violet Blue. HEX triplet: 9E, 66 and 92. RGB value is (158,102,146). Sum of RGB (Red+Green+Blue) = 158+102+146=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6692 is #61996D. Grayscale: #7B7B7B. Windows color (decimal): -6396270 or 9594526. OLE color: 9594526.

HSL color Cylindrical-coordinate representation of color #9E6692: hue angle of 312.86º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E6692 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 102 146 -
CMYK 0 0.35 0.08 0.38
HSL 312.86º 0.22% 0.51% -
HSV(B) 312.86º 0.35% 0.62% -
XYZ 24.04 18.85 29.56 -
YUV 123.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 158 102 146 0 0.35 0.08 0.38 312.86 0.22 0.51
Hex 9E 66 92 0 23 8 26 139 16 33
Octal 236 146 222 0 43 10 46 471 26 63
Binary 10011110 1100110 10010010 0 100011 1000 100110 100111001 10110 110011

Color Harmonies of #9E6692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6692

Black with #9E6692

Text Example


Text Example

White with #9E6692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E6692; }

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

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

background-color css

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

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

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

border-color css

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

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

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