#951DCF

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

Shades of Dark Orchid #951DCF

Tints of Dark Orchid #951DCF

Color information

#951DCF (or 0x951DCF) is unknown color: approx Dark Orchid. HEX triplet: 95, 1D and CF. RGB value is (149,29,207). Sum of RGB (Red+Green+Blue) = 149+29+207=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #951DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951DCF is #6AE230. Grayscale: #545454. Windows color (decimal): -7004721 or 13573525. OLE color: 13573525.

HSL color Cylindrical-coordinate representation of color #951DCF: hue angle of 280.45º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951DCF is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14929207-
CMYK0.280.8600.19
HSL280.45º75.42%46.27%-
HSV(B)280.45º85.99%81.18%-
XYZ24.111.7760.03-
YUV85.17196.76173.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 29 (11.72% from 255) = 7.53%
BLUE value IS 207 (81.25% from 255) = 53.77%
R=38.70%
G=7.53%
B=53.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal149292070.280.8600.19280.4575.4246.27
Hex951DCF1C560131184b2e
Octal225353173412602343011356
Binary1001010111101110011111110010101100100111000110001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,29,207); }

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

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

 a { background-color: rgb(149,29,207); }

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

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

 span { border-color: rgb(149,29,207); }

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