Html Css Color HEX #9B4A8D Violet Blue

📋 copy color: '#9B4A8D'

red 155 ◦ green 74 ◦ blue 141

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

Shades of Violet Blue #9B4A8D

Tints of Violet Blue #9B4A8D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20%

 BLUE value IS 141 (55.47% from 255) = 38.11%

R = 41.89%
G = 20%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B4A8D (or 0x9B4A8D) is known color: Violet Blue. HEX triplet: 9B, 4A and 8D. RGB value is (155,74,141). Sum of RGB (Red+Green+Blue) = 155+74+141=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4A8D is #64B572. Grayscale: #696969. Windows color (decimal): -6600051 or 9259675. OLE color: 9259675.

HSL color Cylindrical-coordinate representation of color #9B4A8D: hue angle of 310.37º 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 #9B4A8D is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 74 141 -
CMYK 0 0.52 0.09 0.39
HSL 310.37º 0.35% 0.45% -
HSV(B) 310.37º 0.52% 0.61% -
XYZ 20.77 13.79 26.77 -
YUV 105.86 147.84 163.05 -
System Red Green Blue C M Y K H S L
Decimal 155 74 141 0 0.52 0.09 0.39 310.37 0.35 0.45
Hex 9B 4A 8D 0 34 9 27 136 23 2D
Octal 233 112 215 0 64 11 47 466 43 55
Binary 10011011 1001010 10001101 0 110100 1001 100111 100110110 100011 101101

Color Harmonies of #9B4A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4A8D

Black with #9B4A8D

Text Example


Text Example

White with #9B4A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,74,141); }

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

background-color css

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

 a { background-color: rgb(155,74,141); }

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

border-color css

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

 span { border-color: rgb(155,74,141); }

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