#8f23b5

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

Shades of Dark Orchid #8F23B5

Tints of Dark Orchid #8F23B5

Color information

#8F23B5 (or 0x8F23B5) is unknown color: approx Dark Orchid. HEX triplet: 8F, 23 and B5. RGB value is (143,35,181). Sum of RGB (Red+Green+Blue) = 143+35+181=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 181 (71.09% from 255 or 50.42% from 359); Max value from RGB is 181 - color contains mainly: blue. Hex color #8F23B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F23B5 is #70DC4A. Grayscale: #535353. Windows color (decimal): -7396427 or 11871119. OLE color: 11871119.

HSL color Cylindrical-coordinate representation of color #8F23B5: hue angle of 284.38º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F23B5 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14335181-
CMYK0.210.8100.29
HSL284.38º67.59%42.35%-
HSV(B)284.38º80.66%70.98%-
XYZ20.2710.3844.65-
YUV83.94182.78170.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.83%
GREEN value IS 35 (14.06% from 255) = 9.75%
BLUE value IS 181 (71.09% from 255) = 50.42%
R=39.83%
G=9.75%
B=50.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal143351810.210.8100.29284.3867.5942.35
Hex8F23B5155101D11c442a
Octal217432652512103543410452
Binary10001111100011101101011010110100010111011000111001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f23b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8f23b5; }

 p { color: rgb(143,35,181); }

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

<style>
 a { background-color: #8f23b5; }

 a { background-color: rgb(143,35,181); }

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

<style>
 span { border-color: #8f23b5; }

 span { border-color: rgb(143,35,181); }

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