Html Css Color HEX #8F2BCE Dark Orchid

📋 copy color: '#8F2BCE'

red 143 ◦ green 43 ◦ blue 206

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

Shades of Dark Orchid #8F2BCE

Tints of Dark Orchid #8F2BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.97%

 BLUE value IS 206 (80.86% from 255) = 52.55%

R = 36.48%
G = 10.97%
B = 52.55%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F2BCE (or 0x8F2BCE) is known color: Dark Orchid. HEX triplet: 8F, 2B and CE. RGB value is (143,43,206). Sum of RGB (Red+Green+Blue) = 143+43+206=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F2BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2BCE is #70D431. Grayscale: #5A5A5A. Windows color (decimal): -7394354 or 13511567. OLE color: 13511567.

HSL color Cylindrical-coordinate representation of color #8F2BCE: hue angle of 276.81º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F2BCE is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 43 206 -
CMYK 0.31 0.79 0 0.19
HSL 276.81º 0.65% 0.49% -
HSV(B) 276.81º 0.79% 0.81% -
XYZ 23.33 12.02 59.48 -
YUV 91.48 192.63 164.75 -
System Red Green Blue C M Y K H S L
Decimal 143 43 206 0.31 0.79 0 0.19 276.81 0.65 0.49
Hex 8F 2B CE 1F 4F 0 13 115 41 31
Octal 217 53 316 37 117 0 23 425 101 61
Binary 10001111 101011 11001110 11111 1001111 0 10011 100010101 1000001 110001

Color Harmonies of #8F2BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2BCE

Black with #8F2BCE

Text Example


Text Example

White with #8F2BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,43,206); }

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

background-color css

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

 a { background-color: rgb(143,43,206); }

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

border-color css

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

 span { border-color: rgb(143,43,206); }

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