Html Css Color HEX #9B6A9E Violet Blue

📋 copy color: '#9B6A9E'

red 155 ◦ green 106 ◦ blue 158

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

Shades of Violet Blue #9B6A9E

Tints of Violet Blue #9B6A9E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.3%

 BLUE value IS 158 (62.11% from 255) = 37.71%

R = 36.99%
G = 25.3%
B = 37.71%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9B6A9E (or 0x9B6A9E) is known color: Violet Blue. HEX triplet: 9B, 6A and 9E. RGB value is (155,106,158). Sum of RGB (Red+Green+Blue) = 155+106+158=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B6A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6A9E is #649561. Grayscale: #7E7E7E. Windows color (decimal): -6591842 or 10381979. OLE color: 10381979.

HSL color Cylindrical-coordinate representation of color #9B6A9E: hue angle of 296.54º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B6A9E is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 155 106 158 -
CMYK 0.02 0.33 0 0.38
HSL 296.54º 0.21% 0.52% -
HSV(B) 296.54º 0.33% 0.62% -
XYZ 24.84 19.75 34.85 -
YUV 126.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 155 106 158 0.02 0.33 0 0.38 296.54 0.21 0.52
Hex 9B 6A 9E 2 21 0 26 129 15 34
Octal 233 152 236 2 41 0 46 451 25 64
Binary 10011011 1101010 10011110 10 100001 0 100110 100101001 10101 110100

Color Harmonies of #9B6A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6A9E

Black with #9B6A9E

Text Example


Text Example

White with #9B6A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,106,158); }

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

background-color css

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

 a { background-color: rgb(155,106,158); }

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

border-color css

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

 span { border-color: rgb(155,106,158); }

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