#9427B3

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

Shades of Dark Orchid #9427B3

Tints of Dark Orchid #9427B3

Color information

#9427B3 (or 0x9427B3) is unknown color: approx Dark Orchid. HEX triplet: 94, 27 and B3. RGB value is (148,39,179). Sum of RGB (Red+Green+Blue) = 148+39+179=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 179 (70.31% from 255 or 48.91% from 366); Max value from RGB is 179 - color contains mainly: blue. Hex color #9427B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9427B3 is #6BD84C. Grayscale: #575757. Windows color (decimal): -7067725 or 11741076. OLE color: 11741076.

HSL color Cylindrical-coordinate representation of color #9427B3: hue angle of 286.71º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9427B3 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14839179-
CMYK0.170.7800.30
HSL286.71º64.22%42.75%-
HSV(B)286.71º78.21%70.2%-
XYZ21.071143.66-
YUV87.55179.61171.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.44%
GREEN value IS 39 (15.62% from 255) = 10.66%
BLUE value IS 179 (70.31% from 255) = 48.91%
R=40.44%
G=10.66%
B=48.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal148391790.170.7800.30286.7164.2242.75
Hex9427B3114E01E11f402b
Octal224472632111603643710053
Binary10010100100111101100111000110011100111101000111111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9427B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9427B3; }

 p { color: rgb(148,39,179); }

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

<style>
 a { background-color: #9427B3; }

 a { background-color: rgb(148,39,179); }

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

<style>
 span { border-color: #9427B3; }

 span { border-color: rgb(148,39,179); }

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