Html Css Color HEX #8F3FBE Dark Orchid

📋 copy color: '#8F3FBE'

red 143 ◦ green 63 ◦ blue 190

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

Shades of Dark Orchid #8F3FBE

Tints of Dark Orchid #8F3FBE

RGB

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

 GREEN value IS 63 (25% from 255) = 15.91%

 BLUE value IS 190 (74.61% from 255) = 47.98%

R = 36.11%
G = 15.91%
B = 47.98%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F3FBE (or 0x8F3FBE) is known color: Dark Orchid. HEX triplet: 8F, 3F and BE. RGB value is (143,63,190). Sum of RGB (Red+Green+Blue) = 143+63+190=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F3FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3FBE is #70C041. Grayscale: #646464. Windows color (decimal): -7389250 or 12468111. OLE color: 12468111.

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

Color convert

RGB 143 63 190 -
CMYK 0.25 0.67 0 0.25
HSL 277.8º 0.5% 0.5% -
HSV(B) 277.8º 0.67% 0.75% -
XYZ 22.4 13.11 50.07 -
YUV 101.4 178 157.67 -
System Red Green Blue C M Y K H S L
Decimal 143 63 190 0.25 0.67 0 0.25 277.8 0.5 0.5
Hex 8F 3F BE 19 43 0 19 116 32 32
Octal 217 77 276 31 103 0 31 426 62 62
Binary 10001111 111111 10111110 11001 1000011 0 11001 100010110 110010 110010

Color Harmonies of #8F3FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3FBE

Black with #8F3FBE

Text Example


Text Example

White with #8F3FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,63,190); }

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

background-color css

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

 a { background-color: rgb(143,63,190); }

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

border-color css

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

 span { border-color: rgb(143,63,190); }

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