#9632B0

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

Shades of Dark Orchid #9632B0

Tints of Dark Orchid #9632B0

Color information

#9632B0 (or 0x9632B0) is unknown color: approx Dark Orchid. HEX triplet: 96, 32 and B0. RGB value is (150,50,176). Sum of RGB (Red+Green+Blue) = 150+50+176=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 176 (69.14% from 255 or 46.81% from 376); Max value from RGB is 176 - color contains mainly: blue. Hex color #9632B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9632B0 is #69CD4F. Grayscale: #5D5D5D. Windows color (decimal): -6933840 or 11547286. OLE color: 11547286.

HSL color Cylindrical-coordinate representation of color #9632B0: hue angle of 287.62º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9632B0 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15050176-
CMYK0.150.7200.31
HSL287.62º55.75%44.31%-
HSV(B)287.62º71.59%69.02%-
XYZ21.5511.942.24-
YUV94.26174.13167.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 50 (19.92% from 255) = 13.30%
BLUE value IS 176 (69.14% from 255) = 46.81%
R=39.89%
G=13.30%
B=46.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150501760.150.7200.31287.6255.7544.31
Hex9632B0F4801F120382c
Octal22662260171100374407054
Binary100101101100101011000011111001000011111100100000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9632B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9632B0; }

 p { color: rgb(150,50,176); }

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

<style>
 a { background-color: #9632B0; }

 a { background-color: rgb(150,50,176); }

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

<style>
 span { border-color: #9632B0; }

 span { border-color: rgb(150,50,176); }

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