#9635DE

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

Shades of Blue Violet #9635DE

Tints of Blue Violet #9635DE

Color information

#9635DE (or 0x9635DE) is unknown color: approx Blue Violet. HEX triplet: 96, 35 and DE. RGB value is (150,53,222). Sum of RGB (Red+Green+Blue) = 150+53+222=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #9635DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9635DE is #69CA21. Grayscale: #646464. Windows color (decimal): -6933026 or 14562710. OLE color: 14562710.

HSL color Cylindrical-coordinate representation of color #9635DE: hue angle of 274.44º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9635DE is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15053222-
CMYK0.320.7600.13
HSL274.44º71.91%53.92%-
HSV(B)274.44º76.13%87.06%-
XYZ27.0414.370.44-
YUV101.27196.14162.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.29%
GREEN value IS 53 (21.09% from 255) = 12.47%
BLUE value IS 222 (87.11% from 255) = 52.24%
R=35.29%
G=12.47%
B=52.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal150532220.320.7600.13274.4471.9153.92
Hex9635DE204C0D1124836
Octal226653364011401542211066
Binary10010110110101110111101000001001100011011000100101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9635DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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