Html Css Color HEX #8F3CBA Dark Orchid

📋 copy color: '#8F3CBA'

red 143 ◦ green 60 ◦ blue 186

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

Shades of Dark Orchid #8F3CBA

Tints of Dark Orchid #8F3CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.42%

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

R = 36.76%
G = 15.42%
B = 47.81%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F3CBA (or 0x8F3CBA) is known color: Dark Orchid. HEX triplet: 8F, 3C and BA. RGB value is (143,60,186). Sum of RGB (Red+Green+Blue) = 143+60+186=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F3CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3CBA is #70C345. Grayscale: #626262. Windows color (decimal): -7390022 or 12205199. OLE color: 12205199.

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

Color convert

RGB 143 60 186 -
CMYK 0.23 0.68 0 0.27
HSL 279.52º 0.51% 0.48% -
HSV(B) 279.52º 0.68% 0.73% -
XYZ 21.81 12.62 47.74 -
YUV 99.18 177 159.25 -
System Red Green Blue C M Y K H S L
Decimal 143 60 186 0.23 0.68 0 0.27 279.52 0.51 0.48
Hex 8F 3C BA 17 44 0 1B 118 33 30
Octal 217 74 272 27 104 0 33 430 63 60
Binary 10001111 111100 10111010 10111 1000100 0 11011 100011000 110011 110000

Color Harmonies of #8F3CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3CBA

Black with #8F3CBA

Text Example


Text Example

White with #8F3CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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