Html Css Color HEX #8F3EBB Dark Orchid

📋 copy color: '#8F3EBB'

red 143 ◦ green 62 ◦ blue 187

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

Shades of Dark Orchid #8F3EBB

Tints of Dark Orchid #8F3EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 36.48%
G = 15.82%
B = 47.7%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F3EBB (or 0x8F3EBB) is known color: Dark Orchid. HEX triplet: 8F, 3E and BB. RGB value is (143,62,187). Sum of RGB (Red+Green+Blue) = 143+62+187=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 62 (24.61% from 255 or 15.82% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F3EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3EBB is #70C144. Grayscale: #646464. Windows color (decimal): -7389509 or 12271247. OLE color: 12271247.

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

Color convert

RGB 143 62 187 -
CMYK 0.24 0.67 0 0.27
HSL 278.88º 0.5% 0.49% -
HSV(B) 278.88º 0.67% 0.73% -
XYZ 22.02 12.87 48.34 -
YUV 100.47 176.84 158.34 -
System Red Green Blue C M Y K H S L
Decimal 143 62 187 0.24 0.67 0 0.27 278.88 0.5 0.49
Hex 8F 3E BB 18 43 0 1B 117 32 31
Octal 217 76 273 30 103 0 33 427 62 61
Binary 10001111 111110 10111011 11000 1000011 0 11011 100010111 110010 110001

Color Harmonies of #8F3EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3EBB

Black with #8F3EBB

Text Example


Text Example

White with #8F3EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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