#9D33E4

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

Shades of Blue Violet #9D33E4

Tints of Blue Violet #9D33E4

Color information

#9D33E4 (or 0x9D33E4) is unknown color: approx Blue Violet. HEX triplet: 9D, 33 and E4. RGB value is (157,51,228). Sum of RGB (Red+Green+Blue) = 157+51+228=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 228 (89.45% from 255 or 52.29% from 436); Max value from RGB is 228 - color contains mainly: blue. Hex color #9D33E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D33E4 is #62CC1B. Grayscale: #666666. Windows color (decimal): -6474780 or 14955421. OLE color: 14955421.

HSL color Cylindrical-coordinate representation of color #9D33E4: hue angle of 275.93º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D33E4 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15751228-
CMYK0.310.7800.11
HSL275.93º76.62%54.71%-
HSV(B)275.93º77.63%89.41%-
XYZ29.0915.1474.79-
YUV102.87198.62166.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.01%
GREEN value IS 51 (20.31% from 255) = 11.70%
BLUE value IS 228 (89.45% from 255) = 52.29%
R=36.01%
G=11.70%
B=52.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal157512280.310.7800.11275.9376.6254.71
Hex9D33E41F4E0B1144d37
Octal235633443711601342411567
Binary1001110111001111100100111111001110010111000101001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D33E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,51,228); }

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

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

 a { background-color: rgb(157,51,228); }

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

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

 span { border-color: rgb(157,51,228); }

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