#8F30B8

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

Shades of Dark Orchid #8F30B8

Tints of Dark Orchid #8F30B8

Color information

#8F30B8 (or 0x8F30B8) is unknown color: approx Dark Orchid. HEX triplet: 8F, 30 and B8. RGB value is (143,48,184). Sum of RGB (Red+Green+Blue) = 143+48+184=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #8F30B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F30B8 is #70CF47. Grayscale: #5B5B5B. Windows color (decimal): -7393096 or 12071055. OLE color: 12071055.

HSL color Cylindrical-coordinate representation of color #8F30B8: hue angle of 281.91º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F30B8 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14348184-
CMYK0.220.7400.28
HSL281.91º58.62%45.49%-
HSV(B)281.91º73.91%72.16%-
XYZ21.0411.4146.44-
YUV91.91179.97164.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.13%
GREEN value IS 48 (19.14% from 255) = 12.8%
BLUE value IS 184 (72.27% from 255) = 49.07%
R=38.13%
G=12.8%
B=49.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal143481840.220.7400.28281.9158.6245.49
Hex8F30B8164A01C11a3b2d
Octal21760270261120344327355
Binary1000111111000010111000101101001010011100100011010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F30B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,48,184); }

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

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

 a { background-color: rgb(143,48,184); }

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

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

 span { border-color: rgb(143,48,184); }

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