Html Css Color HEX #8F31BC Dark Orchid

📋 copy color: '#8F31BC'

red 143 ◦ green 49 ◦ blue 188

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

Shades of Dark Orchid #8F31BC

Tints of Dark Orchid #8F31BC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.89%

 BLUE value IS 188 (73.83% from 255) = 49.47%

R = 37.63%
G = 12.89%
B = 49.47%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F31BC (or 0x8F31BC) is known color: Dark Orchid. HEX triplet: 8F, 31 and BC. RGB value is (143,49,188). Sum of RGB (Red+Green+Blue) = 143+49+188=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F31BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F31BC is #70CE43. Grayscale: #5C5C5C. Windows color (decimal): -7392836 or 12333455. OLE color: 12333455.

HSL color Cylindrical-coordinate representation of color #8F31BC: hue angle of 280.58º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F31BC is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 49 188 -
CMYK 0.24 0.74 0 0.26
HSL 280.58º 0.59% 0.46% -
HSV(B) 280.58º 0.74% 0.74% -
XYZ 21.5 11.67 48.7 -
YUV 92.95 181.64 163.7 -
System Red Green Blue C M Y K H S L
Decimal 143 49 188 0.24 0.74 0 0.26 280.58 0.59 0.46
Hex 8F 31 BC 18 4A 0 1A 119 3B 2E
Octal 217 61 274 30 112 0 32 431 73 56
Binary 10001111 110001 10111100 11000 1001010 0 11010 100011001 111011 101110

Color Harmonies of #8F31BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F31BC

Black with #8F31BC

Text Example


Text Example

White with #8F31BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,49,188); }

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

background-color css

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

 a { background-color: rgb(143,49,188); }

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

border-color css

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

 span { border-color: rgb(143,49,188); }

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