Html Css Color HEX #9B6F9B Violet Blue

📋 copy color: '#9B6F9B'

red 155 ◦ green 111 ◦ blue 155

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

Shades of Violet Blue #9B6F9B

Tints of Violet Blue #9B6F9B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.37%

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

R = 36.82%
G = 26.37%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B6F9B (or 0x9B6F9B) is known color: Violet Blue. HEX triplet: 9B, 6F and 9B. RGB value is (155,111,155). Sum of RGB (Red+Green+Blue) = 155+111+155=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B6F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6F9B is #649064. Grayscale: #818181. Windows color (decimal): -6590565 or 10186651. OLE color: 10186651.

HSL color Cylindrical-coordinate representation of color #9B6F9B: hue angle of 300º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B6F9B is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 111 155 -
CMYK 0 0.28 0 0.39
HSL 300º 0.18% 0.52% -
HSV(B) 300º 0.28% 0.61% -
XYZ 25.12 20.7 33.68 -
YUV 129.17 142.58 146.42 -
System Red Green Blue C M Y K H S L
Decimal 155 111 155 0 0.28 0 0.39 300 0.18 0.52
Hex 9B 6F 9B 0 1C 0 27 12C 12 34
Octal 233 157 233 0 34 0 47 454 22 64
Binary 10011011 1101111 10011011 0 11100 0 100111 100101100 10010 110100

Color Harmonies of #9B6F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6F9B

Black with #9B6F9B

Text Example


Text Example

White with #9B6F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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