#9D44EB

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

Shades of Blue Violet #9D44EB

Tints of Blue Violet #9D44EB

Color information

#9D44EB (or 0x9D44EB) is unknown color: approx Blue Violet. HEX triplet: 9D, 44 and EB. RGB value is (157,68,235). Sum of RGB (Red+Green+Blue) = 157+68+235=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D44EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D44EB is #62BB14. Grayscale: #717171. Windows color (decimal): -6470421 or 15418525. OLE color: 15418525.

HSL color Cylindrical-coordinate representation of color #9D44EB: hue angle of 271.98º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D44EB is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15768235-
CMYK0.330.7100.08
HSL271.98º80.68%59.41%-
HSV(B)271.98º71.06%92.16%-
XYZ30.9717.380.3-
YUV113.65196.49158.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.13%
GREEN value IS 68 (26.95% from 255) = 14.78%
BLUE value IS 235 (92.19% from 255) = 51.09%
R=34.13%
G=14.78%
B=51.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal157682350.330.7100.08271.9880.6859.41
Hex9D44EB214708110513b
Octal2351043534110701042012173
Binary100111011000100111010111000011000111010001000100001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D44EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D44EB; }

 p { color: rgb(157,68,235); }

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

<style>
 a { background-color: #9D44EB; }

 a { background-color: rgb(157,68,235); }

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

<style>
 span { border-color: #9D44EB; }

 span { border-color: rgb(157,68,235); }

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