#952EC1

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

Shades of Dark Orchid #952EC1

Tints of Dark Orchid #952EC1

Color information

#952EC1 (or 0x952EC1) is unknown color: approx Dark Orchid. HEX triplet: 95, 2E and C1. RGB value is (149,46,193). Sum of RGB (Red+Green+Blue) = 149+46+193=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #952EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952EC1 is #6AD13E. Grayscale: #5D5D5D. Windows color (decimal): -7000383 or 12660373. OLE color: 12660373.

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

Color convert

RGB14946193-
CMYK0.230.7600.24
HSL282.04º61.51%46.86%-
HSV(B)282.04º76.17%75.69%-
XYZ2312.1951.59-
YUV93.56184.12167.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 46 (18.36% from 255) = 11.86%
BLUE value IS 193 (75.78% from 255) = 49.74%
R=38.40%
G=11.86%
B=49.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149461930.230.7600.24282.0461.5146.86
Hex952EC1174C01811a3e2f
Octal22556301271140304327657
Binary1001010110111011000001101111001100011000100011010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952EC1; }

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

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

<style>
 a { background-color: #952EC1; }

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

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

<style>
 span { border-color: #952EC1; }

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

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