Html Css Color HEX #9B5293 Violet Blue

📋 copy color: '#9B5293'

red 155 ◦ green 82 ◦ blue 147

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

Shades of Violet Blue #9B5293

Tints of Violet Blue #9B5293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.35%

 BLUE value IS 147 (57.81% from 255) = 38.28%

R = 40.36%
G = 21.35%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9B5293 (or 0x9B5293) is known color: Violet Blue. HEX triplet: 9B, 52 and 93. RGB value is (155,82,147). Sum of RGB (Red+Green+Blue) = 155+82+147=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5293 is #64AD6C. Grayscale: #6F6F6F. Windows color (decimal): -6597997 or 9654939. OLE color: 9654939.

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

Color convert

RGB 155 82 147 -
CMYK 0 0.47 0.05 0.39
HSL 306.58º 0.31% 0.46% -
HSV(B) 306.58º 0.47% 0.61% -
XYZ 21.8 15.11 29.37 -
YUV 111.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 155 82 147 0 0.47 0.05 0.39 306.58 0.31 0.46
Hex 9B 52 93 0 2F 5 27 133 1F 2E
Octal 233 122 223 0 57 5 47 463 37 56
Binary 10011011 1010010 10010011 0 101111 101 100111 100110011 11111 101110

Color Harmonies of #9B5293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5293

Black with #9B5293

Text Example


Text Example

White with #9B5293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,82,147); }

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

background-color css

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

 a { background-color: rgb(155,82,147); }

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

border-color css

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

 span { border-color: rgb(155,82,147); }

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