Html Css Color HEX #8F33BF Dark Orchid

📋 copy color: '#8F33BF'

red 143 ◦ green 51 ◦ blue 191

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

Shades of Dark Orchid #8F33BF

Tints of Dark Orchid #8F33BF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.25%

 BLUE value IS 191 (75% from 255) = 49.61%

R = 37.14%
G = 13.25%
B = 49.61%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F33BF (or 0x8F33BF) is known color: Dark Orchid. HEX triplet: 8F, 33 and BF. RGB value is (143,51,191). Sum of RGB (Red+Green+Blue) = 143+51+191=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F33BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F33BF is #70CC40. Grayscale: #5E5E5E. Windows color (decimal): -7392321 or 12530575. OLE color: 12530575.

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

Color convert

RGB 143 51 191 -
CMYK 0.25 0.73 0 0.25
HSL 279.43º 0.58% 0.47% -
HSV(B) 279.43º 0.73% 0.75% -
XYZ 21.92 11.97 50.45 -
YUV 94.47 182.48 162.62 -
System Red Green Blue C M Y K H S L
Decimal 143 51 191 0.25 0.73 0 0.25 279.43 0.58 0.47
Hex 8F 33 BF 19 49 0 19 117 3A 2F
Octal 217 63 277 31 111 0 31 427 72 57
Binary 10001111 110011 10111111 11001 1001001 0 11001 100010111 111010 101111

Color Harmonies of #8F33BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F33BF

Black with #8F33BF

Text Example


Text Example

White with #8F33BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,51,191); }

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

background-color css

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

 a { background-color: rgb(143,51,191); }

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

border-color css

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

 span { border-color: rgb(143,51,191); }

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