#9D3AFB

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

Shades of Blue Violet #9D3AFB

Tints of Blue Violet #9D3AFB

Color information

#9D3AFB (or 0x9D3AFB) is unknown color: approx Blue Violet. HEX triplet: 9D, 3A and FB. RGB value is (157,58,251). Sum of RGB (Red+Green+Blue) = 157+58+251=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D3AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D3AFB is #62C504. Grayscale: #6C6C6C. Windows color (decimal): -6472965 or 16464541. OLE color: 16464541.

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

Color convert

RGB15758251-
CMYK0.370.7700.02
HSL270.78º96.02%60.59%-
HSV(B)270.78º76.89%98.43%-
XYZ32.8317.1692.85-
YUV109.6207.8161.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.69%
GREEN value IS 58 (23.05% from 255) = 12.45%
BLUE value IS 251 (98.44% from 255) = 53.86%
R=33.69%
G=12.45%
B=53.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal157582510.370.7700.02270.7896.0260.59
Hex9D3AFB254D0210f603d
Octal23572373451150241714075
Binary100111011110101111101110010110011010101000011111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,58,251); }

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

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

 a { background-color: rgb(157,58,251); }

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

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

 span { border-color: rgb(157,58,251); }

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