Html Css Color HEX #9B508A Violet Blue

📋 copy color: '#9B508A'

red 155 ◦ green 80 ◦ blue 138

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

Shades of Violet Blue #9B508A

Tints of Violet Blue #9B508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37%

R = 41.55%
G = 21.45%
B = 37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B508A (or 0x9B508A) is known color: Violet Blue. HEX triplet: 9B, 50 and 8A. RGB value is (155,80,138). Sum of RGB (Red+Green+Blue) = 155+80+138=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B508A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B508A is #64AF75. Grayscale: #6C6C6C. Windows color (decimal): -6598518 or 9064603. OLE color: 9064603.

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

Color convert

RGB 155 80 138 -
CMYK 0 0.48 0.11 0.39
HSL 313.6º 0.32% 0.46% -
HSV(B) 313.6º 0.48% 0.61% -
XYZ 20.97 14.54 25.75 -
YUV 109.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 155 80 138 0 0.48 0.11 0.39 313.6 0.32 0.46
Hex 9B 50 8A 0 30 B 27 13A 20 2E
Octal 233 120 212 0 60 13 47 472 40 56
Binary 10011011 1010000 10001010 0 110000 1011 100111 100111010 100000 101110

Color Harmonies of #9B508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B508A

Black with #9B508A

Text Example


Text Example

White with #9B508A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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