#951ec1

Color #951EC1 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #951EC1

Tints of Dark Orchid #951EC1

Color information

#951EC1 (or 0x951EC1) is unknown color: approx Dark Orchid. HEX triplet: 95, 1E and C1. RGB value is (149,30,193). Sum of RGB (Red+Green+Blue) = 149+30+193=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #951EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951EC1 is #6AE13E. Grayscale: #535353. Windows color (decimal): -7004479 or 12656277. OLE color: 12656277.

HSL color Cylindrical-coordinate representation of color #951EC1: hue angle of 283.8º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951EC1 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14930193-
CMYK0.230.8400.24
HSL283.8º73.09%43.73%-
HSV(B)283.8º84.46%75.69%-
XYZ22.4811.1751.42-
YUV84.16189.42174.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 30 (12.11% from 255) = 8.06%
BLUE value IS 193 (75.78% from 255) = 51.88%
R=40.05%
G=8.06%
B=51.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149301930.230.8400.24283.873.0943.73
Hex951EC1175401811c492c
Octal225363012712403043411154
Binary1001010111110110000011011110101000110001000111001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951ec1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,30,193); }

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

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

 a { background-color: rgb(149,30,193); }

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

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

 span { border-color: rgb(149,30,193); }

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