Html Css Color HEX #9B6498 Violet Blue

📋 copy color: '#9B6498'

red 155 ◦ green 100 ◦ blue 152

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

Shades of Violet Blue #9B6498

Tints of Violet Blue #9B6498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.57%

 BLUE value IS 152 (59.77% from 255) = 37.35%

R = 38.08%
G = 24.57%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#9B6498 (or 0x9B6498) is known color: Violet Blue. HEX triplet: 9B, 64 and 98. RGB value is (155,100,152). Sum of RGB (Red+Green+Blue) = 155+100+152=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6498 is #649B67. Grayscale: #7A7A7A. Windows color (decimal): -6593384 or 9987227. OLE color: 9987227.

HSL color Cylindrical-coordinate representation of color #9B6498: hue angle of 303.27º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B6498 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 100 152 -
CMYK 0 0.35 0.02 0.39
HSL 303.27º 0.22% 0.5% -
HSV(B) 303.27º 0.35% 0.61% -
XYZ 23.74 18.35 32 -
YUV 122.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 155 100 152 0 0.35 0.02 0.39 303.27 0.22 0.5
Hex 9B 64 98 0 23 2 27 12F 16 32
Octal 233 144 230 0 43 2 47 457 26 62
Binary 10011011 1100100 10011000 0 100011 10 100111 100101111 10110 110010

Color Harmonies of #9B6498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6498

Black with #9B6498

Text Example


Text Example

White with #9B6498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,100,152); }

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

background-color css

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

 a { background-color: rgb(155,100,152); }

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

border-color css

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

 span { border-color: rgb(155,100,152); }

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