#9631D4

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

Shades of Dark Orchid #9631D4

Tints of Dark Orchid #9631D4

Color information

#9631D4 (or 0x9631D4) is unknown color: approx Dark Orchid. HEX triplet: 96, 31 and D4. RGB value is (150,49,212). Sum of RGB (Red+Green+Blue) = 150+49+212=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 212 (83.20% from 255 or 51.58% from 411); Max value from RGB is 212 - color contains mainly: blue. Hex color #9631D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9631D4 is #69CE2B. Grayscale: #616161. Windows color (decimal): -6934060 or 13906326. OLE color: 13906326.

HSL color Cylindrical-coordinate representation of color #9631D4: hue angle of 277.18º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9631D4 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15049212-
CMYK0.290.7700.17
HSL277.18º65.46%51.18%-
HSV(B)277.18º76.89%83.14%-
XYZ25.5613.4363.53-
YUV97.78192.46165.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 49 (19.53% from 255) = 11.92%
BLUE value IS 212 (83.20% from 255) = 51.58%
R=36.50%
G=11.92%
B=51.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal150492120.290.7700.17277.1865.4651.18
Hex9631D41D4D0111154133
Octal226613243511502142510163
Binary10010110110001110101001110110011010100011000101011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9631D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9631D4; }

 p { color: rgb(150,49,212); }

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

<style>
 a { background-color: #9631D4; }

 a { background-color: rgb(150,49,212); }

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

<style>
 span { border-color: #9631D4; }

 span { border-color: rgb(150,49,212); }

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