#9B2ACC

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

Shades of Dark Orchid #9B2ACC

Tints of Dark Orchid #9B2ACC

Color information

#9B2ACC (or 0x9B2ACC) is unknown color: approx Dark Orchid. HEX triplet: 9B, 2A and CC. RGB value is (155,42,204). Sum of RGB (Red+Green+Blue) = 155+42+204=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B2ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2ACC is #64D533. Grayscale: #5D5D5D. Windows color (decimal): -6608180 or 13380251. OLE color: 13380251.

HSL color Cylindrical-coordinate representation of color #9B2ACC: hue angle of 281.85º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B2ACC is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15542204-
CMYK0.240.7900.2
HSL281.85º65.85%48.24%-
HSV(B)281.85º79.41%80%-
XYZ25.2412.9858.3-
YUV94.26189.94171.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.65%
GREEN value IS 42 (16.80% from 255) = 10.47%
BLUE value IS 204 (80.08% from 255) = 50.87%
R=38.65%
G=10.47%
B=50.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal155422040.240.7900.2281.8565.8548.24
Hex9B2ACC184F01411a4230
Octal233523143011702443210260
Binary10011011101010110011001100010011110101001000110101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,42,204); }

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

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

 a { background-color: rgb(155,42,204); }

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

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

 span { border-color: rgb(155,42,204); }

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