Html Css Color HEX #8F34BA Dark Orchid

📋 copy color: '#8F34BA'

red 143 ◦ green 52 ◦ blue 186

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

Shades of Dark Orchid #8F34BA

Tints of Dark Orchid #8F34BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 37.53%
G = 13.65%
B = 48.82%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F34BA (or 0x8F34BA) is known color: Dark Orchid. HEX triplet: 8F, 34 and BA. RGB value is (143,52,186). Sum of RGB (Red+Green+Blue) = 143+52+186=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F34BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F34BA is #70CB45. Grayscale: #5E5E5E. Windows color (decimal): -7392070 or 12203151. OLE color: 12203151.

HSL color Cylindrical-coordinate representation of color #8F34BA: hue angle of 280.75º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F34BA is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 52 186 -
CMYK 0.23 0.72 0 0.27
HSL 280.75º 0.56% 0.47% -
HSV(B) 280.75º 0.72% 0.73% -
XYZ 21.42 11.84 47.61 -
YUV 94.49 179.65 162.6 -
System Red Green Blue C M Y K H S L
Decimal 143 52 186 0.23 0.72 0 0.27 280.75 0.56 0.47
Hex 8F 34 BA 17 48 0 1B 119 38 2F
Octal 217 64 272 27 110 0 33 431 70 57
Binary 10001111 110100 10111010 10111 1001000 0 11011 100011001 111000 101111

Color Harmonies of #8F34BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F34BA

Black with #8F34BA

Text Example


Text Example

White with #8F34BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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