#9433CB

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

Shades of Dark Orchid #9433CB

Tints of Dark Orchid #9433CB

Color information

#9433CB (or 0x9433CB) is unknown color: approx Dark Orchid. HEX triplet: 94, 33 and CB. RGB value is (148,51,203). Sum of RGB (Red+Green+Blue) = 148+51+203=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #9433CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9433CB is #6BCC34. Grayscale: #606060. Windows color (decimal): -7064629 or 13317012. OLE color: 13317012.

HSL color Cylindrical-coordinate representation of color #9433CB: hue angle of 278.29º 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 #9433CB is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14851203-
CMYK0.270.7500.20
HSL278.29º59.84%49.8%-
HSV(B)278.29º74.88%79.61%-
XYZ24.1812.9857.73-
YUV97.33187.64164.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 51 (20.31% from 255) = 12.69%
BLUE value IS 203 (79.69% from 255) = 50.50%
R=36.82%
G=12.69%
B=50.50%

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
Decimal148512030.270.7500.20278.2959.8449.8
Hex9433CB1B4B0141163c32
Octal22463313331130244267462
Binary1001010011001111001011110111001011010100100010110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9433CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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