Html Css Color HEX #8F18B3 Dark Orchid

📋 copy color: '#8F18B3'

red 143 ◦ green 24 ◦ blue 179

#8F18B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #8F18B3

Tints of Dark Orchid #8F18B3

RGB

 RED value IS 143 (56.25% from 255) = 41.33%

 GREEN value IS 24 (9.77% from 255) = 6.94%

 BLUE value IS 179 (70.31% from 255) = 51.73%

R = 41.33%
G = 6.94%
B = 51.73%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8F18B3 (or 0x8F18B3) is known color: Dark Orchid. HEX triplet: 8F, 18 and B3. RGB value is (143,24,179). Sum of RGB (Red+Green+Blue) = 143+24+179=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 179 (70.31% from 255 or 51.73% from 346); Max value from RGB is 179 - color contains mainly: blue. Hex color #8F18B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F18B3 is #70E74C. Grayscale: #4C4C4C. Windows color (decimal): -7399245 or 11737231. OLE color: 11737231.

HSL color Cylindrical-coordinate representation of color #8F18B3: hue angle of 286.06º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F18B3 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 143 24 179 -
CMYK 0.20 0.87 0 0.30
HSL 286.06º 0.76% 0.4% -
HSV(B) 286.06º 0.87% 0.7% -
XYZ 19.79 9.75 43.49 -
YUV 77.25 185.42 174.9 -
System Red Green Blue C M Y K H S L
Decimal 143 24 179 0.20 0.87 0 0.30 286.06 0.76 0.4
Hex 8F 18 B3 14 57 0 1E 11E 4C 28
Octal 217 30 263 24 127 0 36 436 114 50
Binary 10001111 11000 10110011 10100 1010111 0 11110 100011110 1001100 101000

Color Harmonies of #8F18B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F18B3

Black with #8F18B3

Text Example


Text Example

White with #8F18B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,24,179); }

 H1.HeaderClassName
 {
   color: #8F18B3;
 }
 .AnyTagClassName
 {
   color: #8F18B3;
 }
</style>

background-color css

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

 a { background-color: rgb(143,24,179); }

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

border-color css

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

 span { border-color: rgb(143,24,179); }

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