#9D3FCB

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

Shades of Dark Orchid #9D3FCB

Tints of Dark Orchid #9D3FCB

Color information

#9D3FCB (or 0x9D3FCB) is unknown color: approx Dark Orchid. HEX triplet: 9D, 3F and CB. RGB value is (157,63,203). Sum of RGB (Red+Green+Blue) = 157+63+203=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D3FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3FCB is #62C034. Grayscale: #6A6A6A. Windows color (decimal): -6471733 or 13320093. OLE color: 13320093.

HSL color Cylindrical-coordinate representation of color #9D3FCB: hue angle of 280.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D3FCB is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15763203-
CMYK0.230.6900.20
HSL280.29º57.38%52.16%-
HSV(B)280.29º68.97%79.61%-
XYZ26.4615.0358.01-
YUV107.07182.14163.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.12%
GREEN value IS 63 (25% from 255) = 14.89%
BLUE value IS 203 (79.69% from 255) = 47.99%
R=37.12%
G=14.89%
B=47.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal157632030.230.6900.20280.2957.3852.16
Hex9D3FCB17450141183934
Octal23577313271050244307164
Binary1001110111111111001011101111000101010100100011000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,63,203); }

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

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

 a { background-color: rgb(157,63,203); }

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

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

 span { border-color: rgb(157,63,203); }

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