Html Css Color HEX #8F31B3 Dark Orchid

📋 copy color: '#8F31B3'

red 143 ◦ green 49 ◦ blue 179

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

Shades of Dark Orchid #8F31B3

Tints of Dark Orchid #8F31B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.25%

R = 38.54%
G = 13.21%
B = 48.25%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8F31B3 (or 0x8F31B3) is known color: Dark Orchid. HEX triplet: 8F, 31 and B3. RGB value is (143,49,179). Sum of RGB (Red+Green+Blue) = 143+49+179=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #8F31B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F31B3 is #70CE4C. Grayscale: #5B5B5B. Windows color (decimal): -7392845 or 11743631. OLE color: 11743631.

HSL color Cylindrical-coordinate representation of color #8F31B3: hue angle of 283.38º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F31B3 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 143 49 179 -
CMYK 0.20 0.73 0 0.30
HSL 283.38º 0.57% 0.45% -
HSV(B) 283.38º 0.73% 0.7% -
XYZ 20.56 11.29 43.74 -
YUV 91.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 143 49 179 0.20 0.73 0 0.30 283.38 0.57 0.45
Hex 8F 31 B3 14 49 0 1E 11B 39 2D
Octal 217 61 263 24 111 0 36 433 71 55
Binary 10001111 110001 10110011 10100 1001001 0 11110 100011011 111001 101101

Color Harmonies of #8F31B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F31B3

Black with #8F31B3

Text Example


Text Example

White with #8F31B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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