Html Css Color HEX #9B56A7 Violet Blue

📋 copy color: '#9B56A7'

red 155 ◦ green 86 ◦ blue 167

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

Shades of Violet Blue #9B56A7

Tints of Violet Blue #9B56A7

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.08%

 BLUE value IS 167 (65.63% from 255) = 40.93%

R = 37.99%
G = 21.08%
B = 40.93%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9B56A7 (or 0x9B56A7) is known color: Violet Blue. HEX triplet: 9B, 56 and A7. RGB value is (155,86,167). Sum of RGB (Red+Green+Blue) = 155+86+167=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 167 (65.62% from 255 or 40.93% from 408); Max value from RGB is 167 - color contains mainly: blue. Hex color #9B56A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B56A7 is #64A958. Grayscale: #737373. Windows color (decimal): -6596953 or 10966683. OLE color: 10966683.

HSL color Cylindrical-coordinate representation of color #9B56A7: hue angle of 291.11º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B56A7 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 86 167 -
CMYK 0.07 0.49 0 0.35
HSL 291.11º 0.32% 0.5% -
HSV(B) 291.11º 0.49% 0.65% -
XYZ 23.82 16.41 38.47 -
YUV 115.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 155 86 167 0.07 0.49 0 0.35 291.11 0.32 0.5
Hex 9B 56 A7 7 31 0 23 123 20 32
Octal 233 126 247 7 61 0 43 443 40 62
Binary 10011011 1010110 10100111 111 110001 0 100011 100100011 100000 110010

Color Harmonies of #9B56A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B56A7

Black with #9B56A7

Text Example


Text Example

White with #9B56A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,86,167); }

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

background-color css

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

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

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

border-color css

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

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

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