Html Css Color HEX #9B508C Violet Blue

📋 copy color: '#9B508C'

red 155 ◦ green 80 ◦ blue 140

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

Shades of Violet Blue #9B508C

Tints of Violet Blue #9B508C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 41.33%
G = 21.33%
B = 37.33%

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

#9B508C (or 0x9B508C) is known color: Violet Blue. HEX triplet: 9B, 50 and 8C. RGB value is (155,80,140). Sum of RGB (Red+Green+Blue) = 155+80+140=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 155 - color contains mainly: red. Hex color #9B508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B508C is #64AF73. Grayscale: #6D6D6D. Windows color (decimal): -6598516 or 9195675. OLE color: 9195675.

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

Color convert

RGB 155 80 140 -
CMYK 0 0.48 0.10 0.39
HSL 312º 0.32% 0.46% -
HSV(B) 312º 0.48% 0.61% -
XYZ 21.12 14.6 26.52 -
YUV 109.27 145.35 160.62 -
System Red Green Blue C M Y K H S L
Decimal 155 80 140 0 0.48 0.10 0.39 312 0.32 0.46
Hex 9B 50 8C 0 30 A 27 138 20 2E
Octal 233 120 214 0 60 12 47 470 40 56
Binary 10011011 1010000 10001100 0 110000 1010 100111 100111000 100000 101110

Color Harmonies of #9B508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B508C

Black with #9B508C

Text Example


Text Example

White with #9B508C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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