#9D2FF9

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

Shades of Blue Violet #9D2FF9

Tints of Blue Violet #9D2FF9

Color information

#9D2FF9 (or 0x9D2FF9) is unknown color: approx Blue Violet. HEX triplet: 9D, 2F and F9. RGB value is (157,47,249). Sum of RGB (Red+Green+Blue) = 157+47+249=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 249 (97.66% from 255 or 54.97% from 453); Max value from RGB is 249 - color contains mainly: blue. Hex color #9D2FF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D2FF9 is #62D006. Grayscale: #666666. Windows color (decimal): -6475783 or 16330653. OLE color: 16330653.

HSL color Cylindrical-coordinate representation of color #9D2FF9: hue angle of 272.67º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D2FF9 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15747249-
CMYK0.370.8100.02
HSL272.67º94.39%58.04%-
HSV(B)272.67º81.12%97.65%-
XYZ32.0216.0491.03-
YUV102.92210.44166.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.66%
GREEN value IS 47 (18.75% from 255) = 10.38%
BLUE value IS 249 (97.66% from 255) = 54.97%
R=34.66%
G=10.38%
B=54.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal157472490.370.8100.02272.6794.3958.04
Hex9D2FF92551021115e3a
Octal23557371451210242113672
Binary100111011011111111100110010110100010101000100011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,47,249); }

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

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

 a { background-color: rgb(157,47,249); }

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

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

 span { border-color: rgb(157,47,249); }

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