Html Css Color HEX #8F36BA Dark Orchid

📋 copy color: '#8F36BA'

red 143 ◦ green 54 ◦ blue 186

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

Shades of Dark Orchid #8F36BA

Tints of Dark Orchid #8F36BA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.1%

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

R = 37.34%
G = 14.1%
B = 48.56%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F36BA (or 0x8F36BA) is known color: Dark Orchid. HEX triplet: 8F, 36 and BA. RGB value is (143,54,186). Sum of RGB (Red+Green+Blue) = 143+54+186=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F36BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F36BA is #70C945. Grayscale: #5F5F5F. Windows color (decimal): -7391558 or 12203663. OLE color: 12203663.

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

Color convert

RGB 143 54 186 -
CMYK 0.23 0.71 0 0.27
HSL 280.45º 0.55% 0.47% -
HSV(B) 280.45º 0.71% 0.73% -
XYZ 21.51 12.02 47.64 -
YUV 95.66 178.99 161.77 -
System Red Green Blue C M Y K H S L
Decimal 143 54 186 0.23 0.71 0 0.27 280.45 0.55 0.47
Hex 8F 36 BA 17 47 0 1B 118 37 2F
Octal 217 66 272 27 107 0 33 430 67 57
Binary 10001111 110110 10111010 10111 1000111 0 11011 100011000 110111 101111

Color Harmonies of #8F36BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F36BA

Black with #8F36BA

Text Example


Text Example

White with #8F36BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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