Html Css Color HEX #9B7095 Violet Blue

📋 copy color: '#9B7095'

red 155 ◦ green 112 ◦ blue 149

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

Shades of Violet Blue #9B7095

Tints of Violet Blue #9B7095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.92%

 BLUE value IS 149 (58.59% from 255) = 35.82%

R = 37.26%
G = 26.92%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9B7095 (or 0x9B7095) is known color: Violet Blue. HEX triplet: 9B, 70 and 95. RGB value is (155,112,149). Sum of RGB (Red+Green+Blue) = 155+112+149=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7095 is #648F6A. Grayscale: #808080. Windows color (decimal): -6590315 or 9793691. OLE color: 9793691.

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

Color convert

RGB 155 112 149 -
CMYK 0 0.28 0.04 0.39
HSL 308.37º 0.18% 0.52% -
HSV(B) 308.37º 0.28% 0.61% -
XYZ 24.74 20.73 31.13 -
YUV 129.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 155 112 149 0 0.28 0.04 0.39 308.37 0.18 0.52
Hex 9B 70 95 0 1C 4 27 134 12 34
Octal 233 160 225 0 34 4 47 464 22 64
Binary 10011011 1110000 10010101 0 11100 100 100111 100110100 10010 110100

Color Harmonies of #9B7095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7095

Black with #9B7095

Text Example


Text Example

White with #9B7095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,112,149); }

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

background-color css

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

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

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

border-color css

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

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

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