Html Css Color HEX #9B6693 Violet Blue

📋 copy color: '#9B6693'

red 155 ◦ green 102 ◦ blue 147

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

Shades of Violet Blue #9B6693

Tints of Violet Blue #9B6693

RGB

 RED value IS 155 (60.94% from 255) = 38.37%

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

 BLUE value IS 147 (57.81% from 255) = 36.39%

R = 38.37%
G = 25.25%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9B6693 (or 0x9B6693) is known color: Violet Blue. HEX triplet: 9B, 66 and 93. RGB value is (155,102,147). Sum of RGB (Red+Green+Blue) = 155+102+147=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6693 is #64996C. Grayscale: #7A7A7A. Windows color (decimal): -6592877 or 9660059. OLE color: 9660059.

HSL color Cylindrical-coordinate representation of color #9B6693: hue angle of 309.06º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B6693 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 102 147 -
CMYK 0 0.34 0.05 0.39
HSL 309.06º 0.21% 0.5% -
HSV(B) 309.06º 0.34% 0.61% -
XYZ 23.54 18.58 29.95 -
YUV 122.98 141.56 150.84 -
System Red Green Blue C M Y K H S L
Decimal 155 102 147 0 0.34 0.05 0.39 309.06 0.21 0.5
Hex 9B 66 93 0 22 5 27 135 15 32
Octal 233 146 223 0 42 5 47 465 25 62
Binary 10011011 1100110 10010011 0 100010 101 100111 100110101 10101 110010

Color Harmonies of #9B6693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6693

Black with #9B6693

Text Example


Text Example

White with #9B6693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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