#9635DD

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

Shades of Blue Violet #9635DD

Tints of Blue Violet #9635DD

Color information

#9635DD (or 0x9635DD) is unknown color: approx Blue Violet. HEX triplet: 96, 35 and DD. RGB value is (150,53,221). Sum of RGB (Red+Green+Blue) = 150+53+221=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #9635DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9635DD is #69CA22. Grayscale: #646464. Windows color (decimal): -6933027 or 14497174. OLE color: 14497174.

HSL color Cylindrical-coordinate representation of color #9635DD: hue angle of 274.64º degrees, saturation: 0.71, 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 #9635DD is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15053221-
CMYK0.320.7600.13
HSL274.64º71.19%53.73%-
HSV(B)274.64º76.02%86.67%-
XYZ26.914.2569.74-
YUV101.16195.64162.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.38%
GREEN value IS 53 (21.09% from 255) = 12.5%
BLUE value IS 221 (86.72% from 255) = 52.12%
R=35.38%
G=12.5%
B=52.12%

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
Decimal150532210.320.7600.13274.6471.1953.73
Hex9635DD204C0D1134736
Octal226653354011401542310766
Binary10010110110101110111011000001001100011011000100111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9635DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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