#952EC2

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

Shades of Dark Orchid #952EC2

Tints of Dark Orchid #952EC2

Color information

#952EC2 (or 0x952EC2) is unknown color: approx Dark Orchid. HEX triplet: 95, 2E and C2. RGB value is (149,46,194). Sum of RGB (Red+Green+Blue) = 149+46+194=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 194 (76.17% from 255 or 49.87% from 389); Max value from RGB is 194 - color contains mainly: blue. Hex color #952EC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952EC2 is #6AD13D. Grayscale: #5D5D5D. Windows color (decimal): -7000382 or 12725909. OLE color: 12725909.

HSL color Cylindrical-coordinate representation of color #952EC2: hue angle of 281.76º 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 #952EC2 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14946194-
CMYK0.230.7600.24
HSL281.76º61.67%47.06%-
HSV(B)281.76º76.29%76.08%-
XYZ23.1112.2452.18-
YUV93.67184.62167.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 46 (18.36% from 255) = 11.83%
BLUE value IS 194 (76.17% from 255) = 49.87%
R=38.30%
G=11.83%
B=49.87%

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
Decimal149461940.230.7600.24281.7661.6747.06
Hex952EC2174C01811a3e2f
Octal22556302271140304327657
Binary1001010110111011000010101111001100011000100011010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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