Html Css Color HEX #8F2FBE Dark Orchid

📋 copy color: '#8F2FBE'

red 143 ◦ green 47 ◦ blue 190

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

Shades of Dark Orchid #8F2FBE

Tints of Dark Orchid #8F2FBE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.37%

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

R = 37.63%
G = 12.37%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F2FBE (or 0x8F2FBE) is known color: Dark Orchid. HEX triplet: 8F, 2F and BE. RGB value is (143,47,190). Sum of RGB (Red+Green+Blue) = 143+47+190=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 47 (18.75% from 255 or 12.37% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F2FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2FBE is #70D041. Grayscale: #5B5B5B. Windows color (decimal): -7393346 or 12464015. OLE color: 12464015.

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

Color convert

RGB 143 47 190 -
CMYK 0.25 0.75 0 0.25
HSL 280.28º 0.6% 0.46% -
HSV(B) 280.28º 0.75% 0.75% -
XYZ 21.64 11.59 49.81 -
YUV 92.01 183.3 164.37 -
System Red Green Blue C M Y K H S L
Decimal 143 47 190 0.25 0.75 0 0.25 280.28 0.6 0.46
Hex 8F 2F BE 19 4B 0 19 118 3C 2E
Octal 217 57 276 31 113 0 31 430 74 56
Binary 10001111 101111 10111110 11001 1001011 0 11001 100011000 111100 101110

Color Harmonies of #8F2FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2FBE

Black with #8F2FBE

Text Example


Text Example

White with #8F2FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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