#9533CB

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

Shades of Dark Orchid #9533CB

Tints of Dark Orchid #9533CB

Color information

#9533CB (or 0x9533CB) is unknown color: approx Dark Orchid. HEX triplet: 95, 33 and CB. RGB value is (149,51,203). Sum of RGB (Red+Green+Blue) = 149+51+203=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #9533CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9533CB is #6ACC34. Grayscale: #616161. Windows color (decimal): -6999093 or 13317013. OLE color: 13317013.

HSL color Cylindrical-coordinate representation of color #9533CB: hue angle of 278.68º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9533CB is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14951203-
CMYK0.270.7500.20
HSL278.68º59.84%49.8%-
HSV(B)278.68º74.88%79.61%-
XYZ24.3613.0757.74-
YUV97.63187.47164.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 51 (20.31% from 255) = 12.66%
BLUE value IS 203 (79.69% from 255) = 50.37%
R=36.97%
G=12.66%
B=50.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149512030.270.7500.20278.6859.8449.8
Hex9533CB1B4B0141173c32
Octal22563313331130244277462
Binary1001010111001111001011110111001011010100100010111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9533CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9533CB; }

 p { color: rgb(149,51,203); }

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

<style>
 a { background-color: #9533CB; }

 a { background-color: rgb(149,51,203); }

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

<style>
 span { border-color: #9533CB; }

 span { border-color: rgb(149,51,203); }

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