Html Css Color HEX #9B6992 Violet Blue

📋 copy color: '#9B6992'

red 155 ◦ green 105 ◦ blue 146

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

Shades of Violet Blue #9B6992

Tints of Violet Blue #9B6992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.86%

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

R = 38.18%
G = 25.86%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B6992 (or 0x9B6992) is known color: Violet Blue. HEX triplet: 9B, 69 and 92. RGB value is (155,105,146). Sum of RGB (Red+Green+Blue) = 155+105+146=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6992 is #64966D. Grayscale: #7C7C7C. Windows color (decimal): -6592110 or 9595291. OLE color: 9595291.

HSL color Cylindrical-coordinate representation of color #9B6992: hue angle of 310.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B6992 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 105 146 -
CMYK 0 0.32 0.06 0.39
HSL 310.8º 0.2% 0.51% -
HSV(B) 310.8º 0.32% 0.61% -
XYZ 23.76 19.15 29.64 -
YUV 124.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 155 105 146 0 0.32 0.06 0.39 310.8 0.2 0.51
Hex 9B 69 92 0 20 6 27 137 14 33
Octal 233 151 222 0 40 6 47 467 24 63
Binary 10011011 1101001 10010010 0 100000 110 100111 100110111 10100 110011

Color Harmonies of #9B6992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6992

Black with #9B6992

Text Example


Text Example

White with #9B6992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,105,146); }

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

background-color css

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

 a { background-color: rgb(155,105,146); }

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

border-color css

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

 span { border-color: rgb(155,105,146); }

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