#9638C9

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

Shades of Dark Orchid #9638C9

Tints of Dark Orchid #9638C9

Color information

#9638C9 (or 0x9638C9) is unknown color: approx Dark Orchid. HEX triplet: 96, 38 and C9. RGB value is (150,56,201). Sum of RGB (Red+Green+Blue) = 150+56+201=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #9638C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9638C9 is #69C736. Grayscale: #646464. Windows color (decimal): -6932279 or 13187222. OLE color: 13187222.

HSL color Cylindrical-coordinate representation of color #9638C9: hue angle of 278.9º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9638C9 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15056201-
CMYK0.250.7200.21
HSL278.9º57.31%50.39%-
HSV(B)278.9º72.14%78.82%-
XYZ24.5313.5356.58-
YUV100.64184.64163.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 56 (22.27% from 255) = 13.76%
BLUE value IS 201 (78.91% from 255) = 49.39%
R=36.86%
G=13.76%
B=49.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150562010.250.7200.21278.957.3150.39
Hex9638C919480151173932
Octal22670311311100254277162
Binary1001011011100011001001110011001000010101100010111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9638C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9638C9; }

 p { color: rgb(150,56,201); }

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

<style>
 a { background-color: #9638C9; }

 a { background-color: rgb(150,56,201); }

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

<style>
 span { border-color: #9638C9; }

 span { border-color: rgb(150,56,201); }

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