#9638BF

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

Shades of Dark Orchid #9638BF

Tints of Dark Orchid #9638BF

Color information

#9638BF (or 0x9638BF) is unknown color: approx Dark Orchid. HEX triplet: 96, 38 and BF. RGB value is (150,56,191). Sum of RGB (Red+Green+Blue) = 150+56+191=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #9638BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9638BF is #69C740. Grayscale: #636363. Windows color (decimal): -6932289 or 12531862. OLE color: 12531862.

HSL color Cylindrical-coordinate representation of color #9638BF: hue angle of 281.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9638BF is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15056191-
CMYK0.210.7100.25
HSL281.78º54.66%48.43%-
HSV(B)281.78º70.68%74.9%-
XYZ23.413.0750.58-
YUV99.5179.64164.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.78%
GREEN value IS 56 (22.27% from 255) = 14.11%
BLUE value IS 191 (75% from 255) = 48.11%
R=37.78%
G=14.11%
B=48.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150561910.210.7100.25281.7854.6648.43
Hex9638BF154701911a3730
Octal22670277251070314326760
Binary1001011011100010111111101011000111011001100011010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9638BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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