Html Css Color HEX #9B4398 Violet Blue

📋 copy color: '#9B4398'

red 155 ◦ green 67 ◦ blue 152

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

Shades of Violet Blue #9B4398

Tints of Violet Blue #9B4398

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.91%

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

R = 41.44%
G = 17.91%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#9B4398 (or 0x9B4398) is known color: Violet Blue. HEX triplet: 9B, 43 and 98. RGB value is (155,67,152). Sum of RGB (Red+Green+Blue) = 155+67+152=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4398 is #64BC67. Grayscale: #666666. Windows color (decimal): -6601832 or 9978779. OLE color: 9978779.

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

Color convert

RGB 155 67 152 -
CMYK 0 0.57 0.02 0.39
HSL 302.05º 0.4% 0.44% -
HSV(B) 302.05º 0.57% 0.61% -
XYZ 21.19 13.25 31.15 -
YUV 103 155.65 165.09 -
System Red Green Blue C M Y K H S L
Decimal 155 67 152 0 0.57 0.02 0.39 302.05 0.4 0.44
Hex 9B 43 98 0 39 2 27 12E 28 2C
Octal 233 103 230 0 71 2 47 456 50 54
Binary 10011011 1000011 10011000 0 111001 10 100111 100101110 101000 101100

Color Harmonies of #9B4398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4398

Black with #9B4398

Text Example


Text Example

White with #9B4398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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