Html Css Color HEX #8F48CF Dark Orchid

📋 copy color: '#8F48CF'

red 143 ◦ green 72 ◦ blue 207

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

Shades of Dark Orchid #8F48CF

Tints of Dark Orchid #8F48CF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.06%

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

R = 33.89%
G = 17.06%
B = 49.05%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F48CF (or 0x8F48CF) is known color: Dark Orchid. HEX triplet: 8F, 48 and CF. RGB value is (143,72,207). Sum of RGB (Red+Green+Blue) = 143+72+207=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F48CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F48CF is #70B730. Grayscale: #6C6C6C. Windows color (decimal): -7386929 or 13584527. OLE color: 13584527.

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

Color convert

RGB 143 72 207 -
CMYK 0.31 0.65 0 0.19
HSL 271.56º 0.58% 0.55% -
HSV(B) 271.56º 0.65% 0.81% -
XYZ 24.91 14.98 60.61 -
YUV 108.62 183.52 152.52 -
System Red Green Blue C M Y K H S L
Decimal 143 72 207 0.31 0.65 0 0.19 271.56 0.58 0.55
Hex 8F 48 CF 1F 41 0 13 110 3A 37
Octal 217 110 317 37 101 0 23 420 72 67
Binary 10001111 1001000 11001111 11111 1000001 0 10011 100010000 111010 110111

Color Harmonies of #8F48CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F48CF

Black with #8F48CF

Text Example


Text Example

White with #8F48CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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