#9B1FDC

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

Shades of Blue Violet #9B1FDC

Tints of Blue Violet #9B1FDC

Color information

#9B1FDC (or 0x9B1FDC) is unknown color: approx Blue Violet. HEX triplet: 9B, 1F and DC. RGB value is (155,31,220). Sum of RGB (Red+Green+Blue) = 155+31+220=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B1FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1FDC is #64E023. Grayscale: #585858. Windows color (decimal): -6610980 or 14426011. OLE color: 14426011.

HSL color Cylindrical-coordinate representation of color #9B1FDC: hue angle of 279.37º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1FDC is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15531220-
CMYK0.300.8600.14
HSL279.37º75.3%49.22%-
HSV(B)279.37º85.91%86.27%-
XYZ26.9313.1268.82-
YUV89.62201.58174.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.18%
GREEN value IS 31 (12.5% from 255) = 7.64%
BLUE value IS 220 (86.33% from 255) = 54.19%
R=38.18%
G=7.64%
B=54.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal155312200.300.8600.14279.3775.349.22
Hex9B1FDC1E560E1174b31
Octal233373343612601642711361
Binary100110111111111011100111101010110011101000101111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,31,220); }

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

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

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

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

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

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

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