#9B43E1

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

Shades of Dark Orchid #9B43E1

Tints of Dark Orchid #9B43E1

Color information

#9B43E1 (or 0x9B43E1) is unknown color: approx Dark Orchid. HEX triplet: 9B, 43 and E1. RGB value is (155,67,225). Sum of RGB (Red+Green+Blue) = 155+67+225=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #9B43E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B43E1 is #64BC1E. Grayscale: #6E6E6E. Windows color (decimal): -6601759 or 14762907. OLE color: 14762907.

HSL color Cylindrical-coordinate representation of color #9B43E1: hue angle of 273.42º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B43E1 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15567225-
CMYK0.310.7000.12
HSL273.42º72.48%57.25%-
HSV(B)273.42º70.22%88.24%-
XYZ29.1216.4272.87-
YUV111.32192.15159.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.68%
GREEN value IS 67 (26.56% from 255) = 14.99%
BLUE value IS 225 (88.28% from 255) = 50.34%
R=34.68%
G=14.99%
B=50.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal155672250.310.7000.12273.4272.4857.25
Hex9B43E11F460C1114839
Octal2331033413710601442111071
Binary10011011100001111100001111111000110011001000100011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B43E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B43E1; }

 p { color: rgb(155,67,225); }

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

<style>
 a { background-color: #9B43E1; }

 a { background-color: rgb(155,67,225); }

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

<style>
 span { border-color: #9B43E1; }

 span { border-color: rgb(155,67,225); }

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