Html Css Color HEX #8F34BE Dark Orchid

📋 copy color: '#8F34BE'

red 143 ◦ green 52 ◦ blue 190

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

Shades of Dark Orchid #8F34BE

Tints of Dark Orchid #8F34BE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.51%

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

R = 37.14%
G = 13.51%
B = 49.35%

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

#8F34BE (or 0x8F34BE) is known color: Dark Orchid. HEX triplet: 8F, 34 and BE. RGB value is (143,52,190). Sum of RGB (Red+Green+Blue) = 143+52+190=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F34BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F34BE is #70CB41. Grayscale: #5E5E5E. Windows color (decimal): -7392066 or 12465295. OLE color: 12465295.

HSL color Cylindrical-coordinate representation of color #8F34BE: hue angle of 279.57º degrees, saturation: 0.57, 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 #8F34BE is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 52 190 -
CMYK 0.25 0.73 0 0.25
HSL 279.57º 0.57% 0.47% -
HSV(B) 279.57º 0.73% 0.75% -
XYZ 21.85 12.01 49.88 -
YUV 94.94 181.65 162.28 -
System Red Green Blue C M Y K H S L
Decimal 143 52 190 0.25 0.73 0 0.25 279.57 0.57 0.47
Hex 8F 34 BE 19 49 0 19 118 39 2F
Octal 217 64 276 31 111 0 31 430 71 57
Binary 10001111 110100 10111110 11001 1001001 0 11001 100011000 111001 101111

Color Harmonies of #8F34BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F34BE

Black with #8F34BE

Text Example


Text Example

White with #8F34BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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