#9D2DF2

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

Shades of Blue Violet #9D2DF2

Tints of Blue Violet #9D2DF2

Color information

#9D2DF2 (or 0x9D2DF2) is unknown color: approx Blue Violet. HEX triplet: 9D, 2D and F2. RGB value is (157,45,242). Sum of RGB (Red+Green+Blue) = 157+45+242=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 242 (94.92% from 255 or 54.50% from 444); Max value from RGB is 242 - color contains mainly: blue. Hex color #9D2DF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D2DF2 is #62D20D. Grayscale: #646464. Windows color (decimal): -6476302 or 15871389. OLE color: 15871389.

HSL color Cylindrical-coordinate representation of color #9D2DF2: hue angle of 274.11º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D2DF2 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15745242-
CMYK0.350.8100.05
HSL274.11º88.34%56.27%-
HSV(B)274.11º81.4%94.9%-
XYZ30.8715.4685.36-
YUV100.95207.61167.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.36%
GREEN value IS 45 (17.97% from 255) = 10.14%
BLUE value IS 242 (94.92% from 255) = 54.50%
R=35.36%
G=10.14%
B=54.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal157452420.350.8100.05274.1188.3456.27
Hex9D2DF22351051125838
Octal23555362431210542213070
Binary1001110110110111110010100011101000101011000100101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,45,242); }

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

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

 a { background-color: rgb(157,45,242); }

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

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

 span { border-color: rgb(157,45,242); }

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