#9B4CFC

Color #9B4CFC Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9B4CFC

Tints of Blue Violet #9B4CFC

Color information

#9B4CFC (or 0x9B4CFC) is unknown color: approx Blue Violet. HEX triplet: 9B, 4C and FC. RGB value is (155,76,252). Sum of RGB (Red+Green+Blue) = 155+76+252=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #9B4CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B4CFC is #64B303. Grayscale: #777777. Windows color (decimal): -6599428 or 16534683. OLE color: 16534683.

HSL color Cylindrical-coordinate representation of color #9B4CFC: hue angle of 266.93º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B4CFC is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15576252-
CMYK0.380.7000.01
HSL266.93º96.7%64.31%-
HSV(B)266.93º69.84%98.82%-
XYZ33.6719.1794.02-
YUV119.68202.67153.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.09%
GREEN value IS 76 (30.08% from 255) = 15.73%
BLUE value IS 252 (98.83% from 255) = 52.17%
R=32.09%
G=15.73%
B=52.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal155762520.380.7000.01266.9396.764.31
Hex9B4CFC26460110b6140
Octal2331143744610601413141100
Binary1001101110011001111110010011010001100110000101111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,76,252); }

 H1.HeaderClassName
 {
   color: #9B4CFC;
 }
 .AnyTagClassName
 {
   color: #9B4CFC;
 }
</style>
background-color css

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

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

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

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

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

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