#931CDD

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

Shades of Blue Violet #931CDD

Tints of Blue Violet #931CDD

Color information

#931CDD (or 0x931CDD) is unknown color: approx Blue Violet. HEX triplet: 93, 1C and DD. RGB value is (147,28,221). Sum of RGB (Red+Green+Blue) = 147+28+221=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #931CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931CDD is #6CE322. Grayscale: #545454. Windows color (decimal): -7136035 or 14490771. OLE color: 14490771.

HSL color Cylindrical-coordinate representation of color #931CDD: hue angle of 276.99º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931CDD is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14728221-
CMYK0.330.8700.13
HSL276.99º77.51%48.82%-
HSV(B)276.99º87.33%86.67%-
XYZ25.512.2569.43-
YUV85.58204.42171.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.12%
GREEN value IS 28 (11.33% from 255) = 7.07%
BLUE value IS 221 (86.72% from 255) = 55.81%
R=37.12%
G=7.07%
B=55.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal147282210.330.8700.13276.9977.5148.82
Hex931CDD21570D1154e31
Octal223343354112701542511661
Binary1001001111100110111011000011010111011011000101011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931CDD; }

 p { color: rgb(147,28,221); }

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

<style>
 a { background-color: #931CDD; }

 a { background-color: rgb(147,28,221); }

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

<style>
 span { border-color: #931CDD; }

 span { border-color: rgb(147,28,221); }

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