Html Css Color HEX #9B508E Violet Blue

📋 copy color: '#9B508E'

red 155 ◦ green 80 ◦ blue 142

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

Shades of Violet Blue #9B508E

Tints of Violet Blue #9B508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.67%

R = 41.11%
G = 21.22%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B508E (or 0x9B508E) is known color: Violet Blue. HEX triplet: 9B, 50 and 8E. RGB value is (155,80,142). Sum of RGB (Red+Green+Blue) = 155+80+142=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B508E is #64AF71. Grayscale: #6D6D6D. Windows color (decimal): -6598514 or 9326747. OLE color: 9326747.

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

Color convert

RGB 155 80 142 -
CMYK 0 0.48 0.08 0.39
HSL 310.4º 0.32% 0.46% -
HSV(B) 310.4º 0.48% 0.61% -
XYZ 21.27 14.66 27.3 -
YUV 109.49 146.35 160.46 -
System Red Green Blue C M Y K H S L
Decimal 155 80 142 0 0.48 0.08 0.39 310.4 0.32 0.46
Hex 9B 50 8E 0 30 8 27 136 20 2E
Octal 233 120 216 0 60 10 47 466 40 56
Binary 10011011 1010000 10001110 0 110000 1000 100111 100110110 100000 101110

Color Harmonies of #9B508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B508E

Black with #9B508E

Text Example


Text Example

White with #9B508E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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