Html Css Color HEX #9B518E Violet Blue

📋 copy color: '#9B518E'

red 155 ◦ green 81 ◦ blue 142

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

Shades of Violet Blue #9B518E

Tints of Violet Blue #9B518E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.43%

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

R = 41.01%
G = 21.43%
B = 37.57%

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

#9B518E (or 0x9B518E) is known color: Violet Blue. HEX triplet: 9B, 51 and 8E. RGB value is (155,81,142). Sum of RGB (Red+Green+Blue) = 155+81+142=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B518E is #64AE71. Grayscale: #6D6D6D. Windows color (decimal): -6598258 or 9327003. OLE color: 9327003.

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

Color convert

RGB 155 81 142 -
CMYK 0 0.48 0.08 0.39
HSL 310.54º 0.31% 0.46% -
HSV(B) 310.54º 0.48% 0.61% -
XYZ 21.34 14.81 27.32 -
YUV 110.08 146.02 160.04 -
System Red Green Blue C M Y K H S L
Decimal 155 81 142 0 0.48 0.08 0.39 310.54 0.31 0.46
Hex 9B 51 8E 0 30 8 27 137 1F 2E
Octal 233 121 216 0 60 10 47 467 37 56
Binary 10011011 1010001 10001110 0 110000 1000 100111 100110111 11111 101110

Color Harmonies of #9B518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B518E

Black with #9B518E

Text Example


Text Example

White with #9B518E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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