#9B3FD5

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

Shades of Dark Orchid #9B3FD5

Tints of Dark Orchid #9B3FD5

Color information

#9B3FD5 (or 0x9B3FD5) is unknown color: approx Dark Orchid. HEX triplet: 9B, 3F and D5. RGB value is (155,63,213). Sum of RGB (Red+Green+Blue) = 155+63+213=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #9B3FD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3FD5 is #64C02A. Grayscale: #6B6B6B. Windows color (decimal): -6602795 or 13975451. OLE color: 13975451.

HSL color Cylindrical-coordinate representation of color #9B3FD5: hue angle of 276.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B3FD5 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15563213-
CMYK0.270.7000.16
HSL276.8º64.1%54.12%-
HSV(B)276.8º70.42%83.53%-
XYZ27.3115.3364.47-
YUV107.61187.48161.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.96%
GREEN value IS 63 (25% from 255) = 14.62%
BLUE value IS 213 (83.59% from 255) = 49.42%
R=35.96%
G=14.62%
B=49.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal155632130.270.7000.16276.864.154.12
Hex9B3FD51B460101154036
Octal233773253310602042510066
Binary10011011111111110101011101110001100100001000101011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,63,213); }

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

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

 a { background-color: rgb(155,63,213); }

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

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

 span { border-color: rgb(155,63,213); }

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