#9D2DE2

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

Shades of Blue Violet #9D2DE2

Tints of Blue Violet #9D2DE2

Color information

#9D2DE2 (or 0x9D2DE2) is unknown color: approx Blue Violet. HEX triplet: 9D, 2D and E2. RGB value is (157,45,226). Sum of RGB (Red+Green+Blue) = 157+45+226=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 226 (88.67% from 255 or 52.80% from 428); Max value from RGB is 226 - color contains mainly: blue. Hex color #9D2DE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2DE2 is #62D21D. Grayscale: #626262. Windows color (decimal): -6476318 or 14822813. OLE color: 14822813.

HSL color Cylindrical-coordinate representation of color #9D2DE2: hue angle of 277.13º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D2DE2 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15745226-
CMYK0.310.8000.11
HSL277.13º75.73%53.14%-
HSV(B)277.13º80.09%88.63%-
XYZ28.5714.5473.25-
YUV99.12199.61169.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.68%
GREEN value IS 45 (17.97% from 255) = 10.51%
BLUE value IS 226 (88.67% from 255) = 52.80%
R=36.68%
G=10.51%
B=52.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal157452260.310.8000.11277.1375.7353.14
Hex9D2DE21F500B1154c35
Octal235553423712001342511465
Binary1001110110110111100010111111010000010111000101011001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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