#9635BB

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

Shades of Dark Orchid #9635BB

Tints of Dark Orchid #9635BB

Color information

#9635BB (or 0x9635BB) is unknown color: approx Dark Orchid. HEX triplet: 96, 35 and BB. RGB value is (150,53,187). Sum of RGB (Red+Green+Blue) = 150+53+187=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #9635BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9635BB is #69CA44. Grayscale: #606060. Windows color (decimal): -6933061 or 12268950. OLE color: 12268950.

HSL color Cylindrical-coordinate representation of color #9635BB: hue angle of 283.43º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9635BB is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15053187-
CMYK0.200.7200.27
HSL283.43º55.83%47.06%-
HSV(B)283.43º71.66%73.33%-
XYZ22.8212.6248.25-
YUV97.28178.64165.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 53 (21.09% from 255) = 13.59%
BLUE value IS 187 (73.44% from 255) = 47.95%
R=38.46%
G=13.59%
B=47.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150531870.200.7200.27283.4355.8347.06
Hex9635BB144801B11b382f
Octal22665273241100334337057
Binary1001011011010110111011101001001000011011100011011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9635BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9635BB; }

 p { color: rgb(150,53,187); }

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

<style>
 a { background-color: #9635BB; }

 a { background-color: rgb(150,53,187); }

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

<style>
 span { border-color: #9635BB; }

 span { border-color: rgb(150,53,187); }

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