#9638ED

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

Shades of Blue Violet #9638ED

Tints of Blue Violet #9638ED

Color information

#9638ED (or 0x9638ED) is unknown color: approx Blue Violet. HEX triplet: 96, 38 and ED. RGB value is (150,56,237). Sum of RGB (Red+Green+Blue) = 150+56+237=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #9638ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9638ED is #69C712. Grayscale: #686868. Windows color (decimal): -6932243 or 15546518. OLE color: 15546518.

HSL color Cylindrical-coordinate representation of color #9638ED: hue angle of 271.16º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9638ED is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15056237-
CMYK0.370.7600.07
HSL271.16º83.41%57.45%-
HSV(B)271.16º76.37%92.94%-
XYZ29.2815.4381.56-
YUV104.74202.64160.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 56 (22.27% from 255) = 12.64%
BLUE value IS 237 (92.97% from 255) = 53.50%
R=33.86%
G=12.64%
B=53.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal150562370.370.7600.07271.1683.4157.45
Hex9638ED254C0710f5339
Octal22670355451140741712371
Binary1001011011100011101101100101100110001111000011111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9638ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9638ED; }

 p { color: rgb(150,56,237); }

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

<style>
 a { background-color: #9638ED; }

 a { background-color: rgb(150,56,237); }

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

<style>
 span { border-color: #9638ED; }

 span { border-color: rgb(150,56,237); }

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