#9630F7

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

Shades of Blue Violet #9630F7

Tints of Blue Violet #9630F7

Color information

#9630F7 (or 0x9630F7) is unknown color: approx Blue Violet. HEX triplet: 96, 30 and F7. RGB value is (150,48,247). Sum of RGB (Red+Green+Blue) = 150+48+247=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 247 (96.88% from 255 or 55.51% from 445); Max value from RGB is 247 - color contains mainly: blue. Hex color #9630F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9630F7 is #69CF08. Grayscale: #646464. Windows color (decimal): -6934281 or 16199830. OLE color: 16199830.

HSL color Cylindrical-coordinate representation of color #9630F7: hue angle of 270.75º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9630F7 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB15048247-
CMYK0.390.8100.03
HSL270.75º92.56%57.84%-
HSV(B)270.75º80.57%96.86%-
XYZ30.4215.3189.35-
YUV101.18210.29162.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.71%
GREEN value IS 48 (19.14% from 255) = 10.79%
BLUE value IS 247 (96.88% from 255) = 55.51%
R=33.71%
G=10.79%
B=55.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal150482470.390.8100.03270.7592.5657.84
Hex9630F727510310f5d3a
Octal22660367471210341713572
Binary100101101100001111011110011110100010111000011111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9630F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9630F7; }

 p { color: rgb(150,48,247); }

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

<style>
 a { background-color: #9630F7; }

 a { background-color: rgb(150,48,247); }

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

<style>
 span { border-color: #9630F7; }

 span { border-color: rgb(150,48,247); }

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