Html Css Color HEX #9B3E99 Violet Blue

📋 copy color: '#9B3E99'

red 155 ◦ green 62 ◦ blue 153

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

Shades of Violet Blue #9B3E99

Tints of Violet Blue #9B3E99

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.76%

 BLUE value IS 153 (60.16% from 255) = 41.35%

R = 41.89%
G = 16.76%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9B3E99 (or 0x9B3E99) is known color: Violet Blue. HEX triplet: 9B, 3E and 99. RGB value is (155,62,153). Sum of RGB (Red+Green+Blue) = 155+62+153=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3E99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3E99 is #64C166. Grayscale: #636363. Windows color (decimal): -6603111 or 10043035. OLE color: 10043035.

HSL color Cylindrical-coordinate representation of color #9B3E99: hue angle of 301.29º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B3E99 is Cyan = 0, Magento = 0.6, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 62 153 -
CMYK 0 0.6 0.01 0.39
HSL 301.29º 0.43% 0.43% -
HSV(B) 301.29º 0.6% 0.61% -
XYZ 20.99 12.71 31.48 -
YUV 100.18 157.81 167.1 -
System Red Green Blue C M Y K H S L
Decimal 155 62 153 0 0.6 0.01 0.39 301.29 0.43 0.43
Hex 9B 3E 99 0 3C 1 27 12D 2B 2B
Octal 233 76 231 0 74 1 47 455 53 53
Binary 10011011 111110 10011001 0 111100 1 100111 100101101 101011 101011

Color Harmonies of #9B3E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3E99

Black with #9B3E99

Text Example


Text Example

White with #9B3E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,62,153); }

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

background-color css

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

 a { background-color: rgb(155,62,153); }

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

border-color css

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

 span { border-color: rgb(155,62,153); }

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