#9B2EFF

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

Shades of Blue Violet #9B2EFF

Tints of Blue Violet #9B2EFF

Color information

#9B2EFF (or 0x9B2EFF) is unknown color: approx Blue Violet. HEX triplet: 9B, 2E and FF. RGB value is (155,46,255). Sum of RGB (Red+Green+Blue) = 155+46+255=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B2EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B2EFF is #64D100. Grayscale: #656565. Windows color (decimal): -6607105 or 16723611. OLE color: 16723611.

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

Color convert

RGB15546255-
CMYK0.390.8200
HSL271.29º100%59.02%-
HSV(B)271.29º81.96%100%-
XYZ32.5416.1496.01-
YUV102.42214.11165.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.99%
GREEN value IS 46 (18.36% from 255) = 10.09%
BLUE value IS 255 (100% from 255) = 55.92%
R=33.99%
G=10.09%
B=55.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal155462550.390.8200271.2910059.02
Hex9B2EFF27520010f643b
Octal23356377471220041714473
Binary10011011101110111111111001111010010001000011111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,46,255); }

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

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

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

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

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

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

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