#9635FF

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

Shades of Blue Violet #9635FF

Tints of Blue Violet #9635FF

Color information

#9635FF (or 0x9635FF) is unknown color: approx Blue Violet. HEX triplet: 96, 35 and FF. RGB value is (150,53,255). Sum of RGB (Red+Green+Blue) = 150+53+255=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 53 (21.09% from 255 or 11.57% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #9635FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9635FF is #69CA00. Grayscale: #686868. Windows color (decimal): -6932993 or 16725398. OLE color: 16725398.

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

Color convert

RGB15053255-
CMYK0.410.7900
HSL268.81º100%60.39%-
HSV(B)268.81º79.22%100%-
XYZ31.916.2596.06-
YUV105.03212.64160.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.75%
GREEN value IS 53 (21.09% from 255) = 11.57%
BLUE value IS 255 (100% from 255) = 55.68%
R=32.75%
G=11.57%
B=55.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal150532550.410.7900268.8110060.39
Hex9635FF294F0010d643c
Octal22665377511170041514474
Binary10010110110101111111111010011001111001000011011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9635FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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