Html Css Color HEX #8F44CD Dark Orchid

📋 copy color: '#8F44CD'

red 143 ◦ green 68 ◦ blue 205

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

Shades of Dark Orchid #8F44CD

Tints of Dark Orchid #8F44CD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.35%

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 34.38%
G = 16.35%
B = 49.28%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F44CD (or 0x8F44CD) is known color: Dark Orchid. HEX triplet: 8F, 44 and CD. RGB value is (143,68,205). Sum of RGB (Red+Green+Blue) = 143+68+205=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F44CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F44CD is #70BB32. Grayscale: #696969. Windows color (decimal): -7387955 or 13452431. OLE color: 13452431.

HSL color Cylindrical-coordinate representation of color #8F44CD: hue angle of 272.85º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F44CD is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 68 205 -
CMYK 0.30 0.67 0 0.20
HSL 272.85º 0.58% 0.54% -
HSV(B) 272.85º 0.67% 0.8% -
XYZ 24.41 14.38 59.25 -
YUV 106.04 183.85 154.36 -
System Red Green Blue C M Y K H S L
Decimal 143 68 205 0.30 0.67 0 0.20 272.85 0.58 0.54
Hex 8F 44 CD 1E 43 0 14 111 3A 36
Octal 217 104 315 36 103 0 24 421 72 66
Binary 10001111 1000100 11001101 11110 1000011 0 10100 100010001 111010 110110

Color Harmonies of #8F44CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F44CD

Black with #8F44CD

Text Example


Text Example

White with #8F44CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,68,205); }

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

background-color css

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

 a { background-color: rgb(143,68,205); }

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

border-color css

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

 span { border-color: rgb(143,68,205); }

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