#9b2af2

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

Shades of Blue Violet #9B2AF2

Tints of Blue Violet #9B2AF2

Color information

#9B2AF2 (or 0x9B2AF2) is unknown color: approx Blue Violet. HEX triplet: 9B, 2A and F2. RGB value is (155,42,242). Sum of RGB (Red+Green+Blue) = 155+42+242=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 42 (16.80% from 255 or 9.57% from 439); Blue value is 242 (94.92% from 255 or 55.13% from 439); Max value from RGB is 242 - color contains mainly: blue. Hex color #9B2AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B2AF2 is #64D50D. Grayscale: #616161. Windows color (decimal): -6608142 or 15870619. OLE color: 15870619.

HSL color Cylindrical-coordinate representation of color #9B2AF2: hue angle of 273.9º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B2AF2 is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15542242-
CMYK0.360.8300.05
HSL273.9º88.5%55.69%-
HSV(B)273.9º82.64%94.9%-
XYZ30.3715.0485.31-
YUV98.59208.94168.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.31%
GREEN value IS 42 (16.80% from 255) = 9.57%
BLUE value IS 242 (94.92% from 255) = 55.13%
R=35.31%
G=9.57%
B=55.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal155422420.360.8300.05273.988.555.69
Hex9B2AF22453051125838
Octal23352362441230542213070
Binary1001101110101011110010100100101001101011000100101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b2af2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,42,242); }

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

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

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

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

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

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

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