Html Css Color HEX #8F34CE Dark Orchid

📋 copy color: '#8F34CE'

red 143 ◦ green 52 ◦ blue 206

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

Shades of Dark Orchid #8F34CE

Tints of Dark Orchid #8F34CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.37%

R = 35.66%
G = 12.97%
B = 51.37%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F34CE (or 0x8F34CE) is known color: Dark Orchid. HEX triplet: 8F, 34 and CE. RGB value is (143,52,206). Sum of RGB (Red+Green+Blue) = 143+52+206=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F34CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F34CE is #70CB31. Grayscale: #606060. Windows color (decimal): -7392050 or 13513871. OLE color: 13513871.

HSL color Cylindrical-coordinate representation of color #8F34CE: hue angle of 275.45º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F34CE is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 52 206 -
CMYK 0.31 0.75 0 0.19
HSL 275.45º 0.61% 0.51% -
HSV(B) 275.45º 0.75% 0.81% -
XYZ 23.7 12.75 59.6 -
YUV 96.77 189.65 160.98 -
System Red Green Blue C M Y K H S L
Decimal 143 52 206 0.31 0.75 0 0.19 275.45 0.61 0.51
Hex 8F 34 CE 1F 4B 0 13 113 3D 33
Octal 217 64 316 37 113 0 23 423 75 63
Binary 10001111 110100 11001110 11111 1001011 0 10011 100010011 111101 110011

Color Harmonies of #8F34CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F34CE

Black with #8F34CE

Text Example


Text Example

White with #8F34CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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