Html Css Color HEX #9B449B Violet Blue

📋 copy color: '#9B449B'

red 155 ◦ green 68 ◦ blue 155

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

Shades of Violet Blue #9B449B

Tints of Violet Blue #9B449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.99%

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 41.01%
G = 17.99%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B449B (or 0x9B449B) is known color: Violet Blue. HEX triplet: 9B, 44 and 9B. RGB value is (155,68,155). Sum of RGB (Red+Green+Blue) = 155+68+155=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B449B is #64BB64. Grayscale: #676767. Windows color (decimal): -6601573 or 10175643. OLE color: 10175643.

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

Color convert

RGB 155 68 155 -
CMYK 0 0.56 0 0.39
HSL 300º 0.39% 0.44% -
HSV(B) 300º 0.56% 0.61% -
XYZ 21.5 13.47 32.48 -
YUV 103.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 155 68 155 0 0.56 0 0.39 300 0.39 0.44
Hex 9B 44 9B 0 38 0 27 12C 27 2C
Octal 233 104 233 0 70 0 47 454 47 54
Binary 10011011 1000100 10011011 0 111000 0 100111 100101100 100111 101100

Color Harmonies of #9B449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B449B

Black with #9B449B

Text Example


Text Example

White with #9B449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,68,155); }

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

background-color css

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

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

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

border-color css

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

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

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