#9635FB

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

Shades of Blue Violet #9635FB

Tints of Blue Violet #9635FB

Color information

#9635FB (or 0x9635FB) is unknown color: approx Blue Violet. HEX triplet: 96, 35 and FB. RGB value is (150,53,251). Sum of RGB (Red+Green+Blue) = 150+53+251=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #9635FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9635FB is #69CA04. Grayscale: #676767. Windows color (decimal): -6932997 or 16463254. OLE color: 16463254.

HSL color Cylindrical-coordinate representation of color #9635FB: hue angle of 269.39º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9635FB is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15053251-
CMYK0.400.7900.02
HSL269.39º96.12%59.61%-
HSV(B)269.39º78.88%98.43%-
XYZ31.261692.71-
YUV104.58210.64160.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.04%
GREEN value IS 53 (21.09% from 255) = 11.67%
BLUE value IS 251 (98.44% from 255) = 55.29%
R=33.04%
G=11.67%
B=55.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal150532510.400.7900.02269.3996.1259.61
Hex9635FB284F0210d603c
Octal22665373501170241514074
Binary100101101101011111101110100010011110101000011011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9635FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9635FB; }

 p { color: rgb(150,53,251); }

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

<style>
 a { background-color: #9635FB; }

 a { background-color: rgb(150,53,251); }

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

<style>
 span { border-color: #9635FB; }

 span { border-color: rgb(150,53,251); }

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