Html Css Color HEX #9B4B8E Violet Blue

📋 copy color: '#9B4B8E'

red 155 ◦ green 75 ◦ blue 142

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

Shades of Violet Blue #9B4B8E

Tints of Violet Blue #9B4B8E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.16%

 BLUE value IS 142 (55.86% from 255) = 38.17%

R = 41.67%
G = 20.16%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B4B8E (or 0x9B4B8E) is known color: Violet Blue. HEX triplet: 9B, 4B and 8E. RGB value is (155,75,142). Sum of RGB (Red+Green+Blue) = 155+75+142=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4B8E is #64B471. Grayscale: #6A6A6A. Windows color (decimal): -6599794 or 9325467. OLE color: 9325467.

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

Color convert

RGB 155 75 142 -
CMYK 0 0.52 0.08 0.39
HSL 309.75º 0.35% 0.45% -
HSV(B) 309.75º 0.52% 0.61% -
XYZ 20.92 13.95 27.18 -
YUV 106.56 148 162.55 -
System Red Green Blue C M Y K H S L
Decimal 155 75 142 0 0.52 0.08 0.39 309.75 0.35 0.45
Hex 9B 4B 8E 0 34 8 27 136 23 2D
Octal 233 113 216 0 64 10 47 466 43 55
Binary 10011011 1001011 10001110 0 110100 1000 100111 100110110 100011 101101

Color Harmonies of #9B4B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4B8E

Black with #9B4B8E

Text Example


Text Example

White with #9B4B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,75,142); }

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

background-color css

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

 a { background-color: rgb(155,75,142); }

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

border-color css

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

 span { border-color: rgb(155,75,142); }

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