#952FC1

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

Shades of Dark Orchid #952FC1

Tints of Dark Orchid #952FC1

Color information

#952FC1 (or 0x952FC1) is unknown color: approx Dark Orchid. HEX triplet: 95, 2F and C1. RGB value is (149,47,193). Sum of RGB (Red+Green+Blue) = 149+47+193=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #952FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952FC1 is #6AD03E. Grayscale: #5D5D5D. Windows color (decimal): -7000127 or 12660629. OLE color: 12660629.

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

Color convert

RGB14947193-
CMYK0.230.7600.24
HSL281.92º60.83%47.06%-
HSV(B)281.92º75.65%75.69%-
XYZ23.0412.2751.61-
YUV94.14183.79167.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 47 (18.75% from 255) = 12.08%
BLUE value IS 193 (75.78% from 255) = 49.61%
R=38.30%
G=12.08%
B=49.61%

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
Decimal149471930.230.7600.24281.9260.8347.06
Hex952FC1174C01811a3d2f
Octal22557301271140304327557
Binary1001010110111111000001101111001100011000100011010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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