#9730DC

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

Shades of Blue Violet #9730DC

Tints of Blue Violet #9730DC

Color information

#9730DC (or 0x9730DC) is unknown color: approx Blue Violet. HEX triplet: 97, 30 and DC. RGB value is (151,48,220). Sum of RGB (Red+Green+Blue) = 151+48+220=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #9730DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9730DC is #68CF23. Grayscale: #616161. Windows color (decimal): -6868772 or 14430359. OLE color: 14430359.

HSL color Cylindrical-coordinate representation of color #9730DC: hue angle of 275.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9730DC is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15148220-
CMYK0.310.7800.14
HSL275.93º71.07%52.55%-
HSV(B)275.93º78.18%86.27%-
XYZ26.7413.8668.98-
YUV98.4196.62165.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.04%
GREEN value IS 48 (19.14% from 255) = 11.46%
BLUE value IS 220 (86.33% from 255) = 52.51%
R=36.04%
G=11.46%
B=52.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal151482200.310.7800.14275.9371.0752.55
Hex9730DC1F4E0E1144735
Octal227603343711601642410765
Binary1001011111000011011100111111001110011101000101001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9730DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9730DC; }

 p { color: rgb(151,48,220); }

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

<style>
 a { background-color: #9730DC; }

 a { background-color: rgb(151,48,220); }

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

<style>
 span { border-color: #9730DC; }

 span { border-color: rgb(151,48,220); }

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