#9D13FD

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

Shades of Blue Violet #9D13FD

Tints of Blue Violet #9D13FD

Color information

#9D13FD (or 0x9D13FD) is unknown color: approx Blue Violet. HEX triplet: 9D, 13 and FD. RGB value is (157,19,253). Sum of RGB (Red+Green+Blue) = 157+19+253=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 19 (7.81% from 255 or 4.43% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D13FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D13FD is #62EC02. Grayscale: #565656. Windows color (decimal): -6482947 or 16585629. OLE color: 16585629.

HSL color Cylindrical-coordinate representation of color #9D13FD: hue angle of 275.38º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D13FD is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15719253-
CMYK0.380.9200.01
HSL275.38º98.32%53.33%-
HSV(B)275.38º92.49%99.22%-
XYZ31.8714.7394.09-
YUV86.94221.72177.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.60%
GREEN value IS 19 (7.81% from 255) = 4.43%
BLUE value IS 253 (99.22% from 255) = 58.97%
R=36.60%
G=4.43%
B=58.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal157192530.380.9200.01275.3898.3253.33
Hex9D13FD265C011136235
Octal23523375461340142314265
Binary1001110110011111111011001101011100011000100111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D13FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,19,253); }

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

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

 a { background-color: rgb(157,19,253); }

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

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

 span { border-color: rgb(157,19,253); }

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