Html Css Color HEX #8744D0 Dark Orchid

📋 copy color: '#8744D0'

red 135 ◦ green 68 ◦ blue 208

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

Shades of Dark Orchid #8744D0

Tints of Dark Orchid #8744D0

RGB

 RED value IS 135 (53.13% from 255) = 32.85%

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

 BLUE value IS 208 (81.64% from 255) = 50.61%

R = 32.85%
G = 16.55%
B = 50.61%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8744D0 (or 0x8744D0) is known color: Dark Orchid. HEX triplet: 87, 44 and D0. RGB value is (135,68,208). Sum of RGB (Red+Green+Blue) = 135+68+208=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #8744D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8744D0 is #78BB2F. Grayscale: #676767. Windows color (decimal): -7912240 or 13649031. OLE color: 13649031.

HSL color Cylindrical-coordinate representation of color #8744D0: hue angle of 268.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8744D0 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 135 68 208 -
CMYK 0.35 0.67 0 0.18
HSL 268.71º 0.6% 0.54% -
HSV(B) 268.71º 0.67% 0.82% -
XYZ 23.44 13.84 61.11 -
YUV 103.99 186.7 150.12 -
System Red Green Blue C M Y K H S L
Decimal 135 68 208 0.35 0.67 0 0.18 268.71 0.6 0.54
Hex 87 44 D0 23 43 0 12 10D 3C 36
Octal 207 104 320 43 103 0 22 415 74 66
Binary 10000111 1000100 11010000 100011 1000011 0 10010 100001101 111100 110110

Color Harmonies of #8744D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8744D0

Black with #8744D0

Text Example


Text Example

White with #8744D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8744D0; }

 p { color: rgb(135,68,208); }

 H1.HeaderClassName
 {
   color: #8744D0;
 }
 .AnyTagClassName
 {
   color: #8744D0;
 }
</style>

background-color css

<style>
 a { background-color: #8744D0; }

 a { background-color: rgb(135,68,208); }

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

border-color css

<style>
 span { border-color: #8744D0; }

 span { border-color: rgb(135,68,208); }

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