Html Css Color HEX #8F3EB9 Dark Orchid

📋 copy color: '#8F3EB9'

red 143 ◦ green 62 ◦ blue 185

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

Shades of Dark Orchid #8F3EB9

Tints of Dark Orchid #8F3EB9

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.9%

 BLUE value IS 185 (72.66% from 255) = 47.44%

R = 36.67%
G = 15.9%
B = 47.44%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F3EB9 (or 0x8F3EB9) is known color: Dark Orchid. HEX triplet: 8F, 3E and B9. RGB value is (143,62,185). Sum of RGB (Red+Green+Blue) = 143+62+185=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #8F3EB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3EB9 is #70C146. Grayscale: #636363. Windows color (decimal): -7389511 or 12140175. OLE color: 12140175.

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

Color convert

RGB 143 62 185 -
CMYK 0.23 0.66 0 0.27
HSL 279.51º 0.5% 0.48% -
HSV(B) 279.51º 0.66% 0.73% -
XYZ 21.81 12.79 47.22 -
YUV 100.24 175.84 158.5 -
System Red Green Blue C M Y K H S L
Decimal 143 62 185 0.23 0.66 0 0.27 279.51 0.5 0.48
Hex 8F 3E B9 17 42 0 1B 118 32 30
Octal 217 76 271 27 102 0 33 430 62 60
Binary 10001111 111110 10111001 10111 1000010 0 11011 100011000 110010 110000

Color Harmonies of #8F3EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3EB9

Black with #8F3EB9

Text Example


Text Example

White with #8F3EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,62,185); }

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

background-color css

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

 a { background-color: rgb(143,62,185); }

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

border-color css

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

 span { border-color: rgb(143,62,185); }

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