Html Css Color HEX #9B6A9B Violet Blue

📋 copy color: '#9B6A9B'

red 155 ◦ green 106 ◦ blue 155

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

Shades of Violet Blue #9B6A9B

Tints of Violet Blue #9B6A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.26%

R = 37.26%
G = 25.48%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B6A9B (or 0x9B6A9B) is known color: Violet Blue. HEX triplet: 9B, 6A and 9B. RGB value is (155,106,155). Sum of RGB (Red+Green+Blue) = 155+106+155=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B6A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6A9B is #649564. Grayscale: #7E7E7E. Windows color (decimal): -6591845 or 10185371. OLE color: 10185371.

HSL color Cylindrical-coordinate representation of color #9B6A9B: hue angle of 300º 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 #9B6A9B is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 106 155 -
CMYK 0 0.32 0 0.39
HSL 300º 0.2% 0.51% -
HSV(B) 300º 0.32% 0.61% -
XYZ 24.59 19.64 33.51 -
YUV 126.24 144.23 148.52 -
System Red Green Blue C M Y K H S L
Decimal 155 106 155 0 0.32 0 0.39 300 0.2 0.51
Hex 9B 6A 9B 0 20 0 27 12C 14 33
Octal 233 152 233 0 40 0 47 454 24 63
Binary 10011011 1101010 10011011 0 100000 0 100111 100101100 10100 110011

Color Harmonies of #9B6A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6A9B

Black with #9B6A9B

Text Example


Text Example

White with #9B6A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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