Html Css Color HEX #9B5A9D Violet Blue

📋 copy color: '#9B5A9D'

red 155 ◦ green 90 ◦ blue 157

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

Shades of Violet Blue #9B5A9D

Tints of Violet Blue #9B5A9D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.39%

 BLUE value IS 157 (61.72% from 255) = 39.05%

R = 38.56%
G = 22.39%
B = 39.05%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9B5A9D (or 0x9B5A9D) is known color: Violet Blue. HEX triplet: 9B, 5A and 9D. RGB value is (155,90,157). Sum of RGB (Red+Green+Blue) = 155+90+157=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B5A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5A9D is #64A562. Grayscale: #747474. Windows color (decimal): -6595939 or 10312347. OLE color: 10312347.

HSL color Cylindrical-coordinate representation of color #9B5A9D: hue angle of 298.21º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B5A9D is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 155 90 157 -
CMYK 0.01 0.43 0 0.38
HSL 298.21º 0.27% 0.48% -
HSV(B) 298.21º 0.43% 0.62% -
XYZ 23.26 16.72 33.9 -
YUV 117.07 150.53 155.05 -
System Red Green Blue C M Y K H S L
Decimal 155 90 157 0.01 0.43 0 0.38 298.21 0.27 0.48
Hex 9B 5A 9D 1 2B 0 26 12A 1B 30
Octal 233 132 235 1 53 0 46 452 33 60
Binary 10011011 1011010 10011101 1 101011 0 100110 100101010 11011 110000

Color Harmonies of #9B5A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5A9D

Black with #9B5A9D

Text Example


Text Example

White with #9B5A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,90,157); }

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

background-color css

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

 a { background-color: rgb(155,90,157); }

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

border-color css

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

 span { border-color: rgb(155,90,157); }

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