Html Css Color HEX #8F39CF Dark Orchid

📋 copy color: '#8F39CF'

red 143 ◦ green 57 ◦ blue 207

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

Shades of Dark Orchid #8F39CF

Tints of Dark Orchid #8F39CF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14%

 BLUE value IS 207 (81.25% from 255) = 50.86%

R = 35.14%
G = 14%
B = 50.86%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F39CF (or 0x8F39CF) is known color: Dark Orchid. HEX triplet: 8F, 39 and CF. RGB value is (143,57,207). Sum of RGB (Red+Green+Blue) = 143+57+207=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F39CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F39CF is #70C630. Grayscale: #636363. Windows color (decimal): -7390769 or 13580687. OLE color: 13580687.

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

Color convert

RGB 143 57 207 -
CMYK 0.31 0.72 0 0.19
HSL 274.4º 0.61% 0.52% -
HSV(B) 274.4º 0.72% 0.81% -
XYZ 24.05 13.27 60.33 -
YUV 99.81 188.49 158.8 -
System Red Green Blue C M Y K H S L
Decimal 143 57 207 0.31 0.72 0 0.19 274.4 0.61 0.52
Hex 8F 39 CF 1F 48 0 13 112 3D 34
Octal 217 71 317 37 110 0 23 422 75 64
Binary 10001111 111001 11001111 11111 1001000 0 10011 100010010 111101 110100

Color Harmonies of #8F39CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F39CF

Black with #8F39CF

Text Example


Text Example

White with #8F39CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,57,207); }

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

background-color css

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

 a { background-color: rgb(143,57,207); }

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

border-color css

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

 span { border-color: rgb(143,57,207); }

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