#951CDF

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

Shades of Blue Violet #951CDF

Tints of Blue Violet #951CDF

Color information

#951CDF (or 0x951CDF) is unknown color: approx Blue Violet. HEX triplet: 95, 1C and DF. RGB value is (149,28,223). Sum of RGB (Red+Green+Blue) = 149+28+223=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #951CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951CDF is #6AE320. Grayscale: #555555. Windows color (decimal): -7004961 or 14621845. OLE color: 14621845.

HSL color Cylindrical-coordinate representation of color #951CDF: hue angle of 277.23º 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 #951CDF is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14928223-
CMYK0.330.8700.13
HSL277.23º77.69%49.22%-
HSV(B)277.23º87.44%87.45%-
XYZ26.1312.5570.86-
YUV86.41205.09172.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.25%
GREEN value IS 28 (11.33% from 255) = 7%
BLUE value IS 223 (87.5% from 255) = 55.75%
R=37.25%
G=7%
B=55.75%

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
Decimal149282230.330.8700.13277.2377.6949.22
Hex951CDF21570D1154e31
Octal225343374112701542511661
Binary1001010111100110111111000011010111011011000101011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951CDF; }

 p { color: rgb(149,28,223); }

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

<style>
 a { background-color: #951CDF; }

 a { background-color: rgb(149,28,223); }

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

<style>
 span { border-color: #951CDF; }

 span { border-color: rgb(149,28,223); }

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