Html Css Color HEX #8744C5 Dark Orchid

📋 copy color: '#8744C5'

red 135 ◦ green 68 ◦ blue 197

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

Shades of Dark Orchid #8744C5

Tints of Dark Orchid #8744C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 49.25%

R = 33.75%
G = 17%
B = 49.25%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#8744C5 (or 0x8744C5) is known color: Dark Orchid. HEX triplet: 87, 44 and C5. RGB value is (135,68,197). Sum of RGB (Red+Green+Blue) = 135+68+197=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 197 (77.34% from 255 or 49.25% from 400); Max value from RGB is 197 - color contains mainly: blue. Hex color #8744C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8744C5 is #78BB3A. Grayscale: #666666. Windows color (decimal): -7912251 or 12928135. OLE color: 12928135.

HSL color Cylindrical-coordinate representation of color #8744C5: hue angle of 271.16º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8744C5 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 135 68 197 -
CMYK 0.31 0.65 0 0.23
HSL 271.16º 0.53% 0.52% -
HSV(B) 271.16º 0.65% 0.77% -
XYZ 22.14 13.32 54.23 -
YUV 102.74 181.2 151.01 -
System Red Green Blue C M Y K H S L
Decimal 135 68 197 0.31 0.65 0 0.23 271.16 0.53 0.52
Hex 87 44 C5 1F 41 0 17 10F 35 34
Octal 207 104 305 37 101 0 27 417 65 64
Binary 10000111 1000100 11000101 11111 1000001 0 10111 100001111 110101 110100

Color Harmonies of #8744C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8744C5

Black with #8744C5

Text Example


Text Example

White with #8744C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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