Html Css Color HEX #8F3ABA Dark Orchid

📋 copy color: '#8F3ABA'

red 143 ◦ green 58 ◦ blue 186

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

Shades of Dark Orchid #8F3ABA

Tints of Dark Orchid #8F3ABA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.99%

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 36.95%
G = 14.99%
B = 48.06%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F3ABA (or 0x8F3ABA) is known color: Dark Orchid. HEX triplet: 8F, 3A and BA. RGB value is (143,58,186). Sum of RGB (Red+Green+Blue) = 143+58+186=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F3ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3ABA is #70C545. Grayscale: #616161. Windows color (decimal): -7390534 or 12204687. OLE color: 12204687.

HSL color Cylindrical-coordinate representation of color #8F3ABA: hue angle of 279.84º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F3ABA is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 58 186 -
CMYK 0.23 0.69 0 0.27
HSL 279.84º 0.52% 0.48% -
HSV(B) 279.84º 0.69% 0.73% -
XYZ 21.7 12.41 47.71 -
YUV 98.01 177.66 160.09 -
System Red Green Blue C M Y K H S L
Decimal 143 58 186 0.23 0.69 0 0.27 279.84 0.52 0.48
Hex 8F 3A BA 17 45 0 1B 118 34 30
Octal 217 72 272 27 105 0 33 430 64 60
Binary 10001111 111010 10111010 10111 1000101 0 11011 100011000 110100 110000

Color Harmonies of #8F3ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3ABA

Black with #8F3ABA

Text Example


Text Example

White with #8F3ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,58,186); }

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

background-color css

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

 a { background-color: rgb(143,58,186); }

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

border-color css

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

 span { border-color: rgb(143,58,186); }

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