#9621F2

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

Shades of Blue Violet #9621F2

Tints of Blue Violet #9621F2

Color information

#9621F2 (or 0x9621F2) is unknown color: approx Blue Violet. HEX triplet: 96, 21 and F2. RGB value is (150,33,242). Sum of RGB (Red+Green+Blue) = 150+33+242=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 242 (94.92% from 255 or 56.94% from 425); Max value from RGB is 242 - color contains mainly: blue. Hex color #9621F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9621F2 is #69DE0D. Grayscale: #5B5B5B. Windows color (decimal): -6938126 or 15868310. OLE color: 15868310.

HSL color Cylindrical-coordinate representation of color #9621F2: hue angle of 273.59º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9621F2 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15033242-
CMYK0.380.8600.05
HSL273.59º88.94%53.92%-
HSV(B)273.59º86.36%94.9%-
XYZ29.1513.9885.17-
YUV91.81212.76169.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.29%
GREEN value IS 33 (13.28% from 255) = 7.76%
BLUE value IS 242 (94.92% from 255) = 56.94%
R=35.29%
G=7.76%
B=56.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal150332420.380.8600.05273.5988.9453.92
Hex9621F22656051125936
Octal22641362461260542213166
Binary1001011010000111110010100110101011001011000100101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9621F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9621F2; }

 p { color: rgb(150,33,242); }

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

<style>
 a { background-color: #9621F2; }

 a { background-color: rgb(150,33,242); }

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

<style>
 span { border-color: #9621F2; }

 span { border-color: rgb(150,33,242); }

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