#9925c1

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

Shades of Dark Orchid #9925C1

Tints of Dark Orchid #9925C1

Color information

#9925C1 (or 0x9925C1) is unknown color: approx Dark Orchid. HEX triplet: 99, 25 and C1. RGB value is (153,37,193). Sum of RGB (Red+Green+Blue) = 153+37+193=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #9925C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9925C1 is #66DA3E. Grayscale: #585858. Windows color (decimal): -6740543 or 12658073. OLE color: 12658073.

HSL color Cylindrical-coordinate representation of color #9925C1: hue angle of 284.62º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9925C1 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15337193-
CMYK0.210.8100.24
HSL284.62º67.83%45.1%-
HSV(B)284.62º80.83%75.69%-
XYZ23.4211.9551.52-
YUV89.47186.43173.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 37 (14.84% from 255) = 9.66%
BLUE value IS 193 (75.78% from 255) = 50.39%
R=39.95%
G=9.66%
B=50.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal153371930.210.8100.24284.6267.8345.1
Hex9925C1155101811d442d
Octal231453012512103043510455
Binary10011001100101110000011010110100010110001000111011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9925c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9925c1; }

 p { color: rgb(153,37,193); }

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

<style>
 a { background-color: #9925c1; }

 a { background-color: rgb(153,37,193); }

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

<style>
 span { border-color: #9925c1; }

 span { border-color: rgb(153,37,193); }

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