#9629F1

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

Shades of Blue Violet #9629F1

Tints of Blue Violet #9629F1

Color information

#9629F1 (or 0x9629F1) is unknown color: approx Blue Violet. HEX triplet: 96, 29 and F1. RGB value is (150,41,241). Sum of RGB (Red+Green+Blue) = 150+41+241=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #9629F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9629F1 is #69D60E. Grayscale: #5F5F5F. Windows color (decimal): -6936079 or 15804822. OLE color: 15804822.

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

Color convert

RGB15041241-
CMYK0.380.8300.05
HSL272.7º87.72%55.29%-
HSV(B)272.7º82.99%94.51%-
XYZ29.2514.4284.46-
YUV96.39209.61166.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.72%
GREEN value IS 41 (16.41% from 255) = 9.49%
BLUE value IS 241 (94.53% from 255) = 55.79%
R=34.72%
G=9.49%
B=55.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal150412410.380.8300.05272.787.7255.29
Hex9629F12653051115837
Octal22651361461230542113067
Binary1001011010100111110001100110101001101011000100011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9629F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9629F1; }

 p { color: rgb(150,41,241); }

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

<style>
 a { background-color: #9629F1; }

 a { background-color: rgb(150,41,241); }

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

<style>
 span { border-color: #9629F1; }

 span { border-color: rgb(150,41,241); }

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