#9632B1

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

Shades of Dark Orchid #9632B1

Tints of Dark Orchid #9632B1

Color information

#9632B1 (or 0x9632B1) is unknown color: approx Dark Orchid. HEX triplet: 96, 32 and B1. RGB value is (150,50,177). Sum of RGB (Red+Green+Blue) = 150+50+177=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 177 - color contains mainly: blue. Hex color #9632B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9632B1 is #69CD4E. Grayscale: #5D5D5D. Windows color (decimal): -6933839 or 11612822. OLE color: 11612822.

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

Color convert

RGB15050177-
CMYK0.150.7200.31
HSL287.24º55.95%44.51%-
HSV(B)287.24º71.75%69.41%-
XYZ21.6511.9442.76-
YUV94.38174.63167.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 50 (19.92% from 255) = 13.26%
BLUE value IS 177 (69.53% from 255) = 46.95%
R=39.79%
G=13.26%
B=46.95%

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
Decimal150501770.150.7200.31287.2455.9544.51
Hex9632B1F4801F11f382d
Octal22662261171100374377055
Binary100101101100101011000111111001000011111100011111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9632B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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