Html Css Color HEX #9B508B Violet Blue

📋 copy color: '#9B508B'

red 155 ◦ green 80 ◦ blue 139

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

Shades of Violet Blue #9B508B

Tints of Violet Blue #9B508B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.39%

 BLUE value IS 139 (54.69% from 255) = 37.17%

R = 41.44%
G = 21.39%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B508B (or 0x9B508B) is known color: Violet Blue. HEX triplet: 9B, 50 and 8B. RGB value is (155,80,139). Sum of RGB (Red+Green+Blue) = 155+80+139=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B508B is #64AF74. Grayscale: #6C6C6C. Windows color (decimal): -6598517 or 9130139. OLE color: 9130139.

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

Color convert

RGB 155 80 139 -
CMYK 0 0.48 0.10 0.39
HSL 312.8º 0.32% 0.46% -
HSV(B) 312.8º 0.48% 0.61% -
XYZ 21.05 14.57 26.13 -
YUV 109.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 155 80 139 0 0.48 0.10 0.39 312.8 0.32 0.46
Hex 9B 50 8B 0 30 A 27 139 20 2E
Octal 233 120 213 0 60 12 47 471 40 56
Binary 10011011 1010000 10001011 0 110000 1010 100111 100111001 100000 101110

Color Harmonies of #9B508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B508B

Black with #9B508B

Text Example


Text Example

White with #9B508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,80,139); }

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

background-color css

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

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

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

border-color css

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

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

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