Html Css Color HEX #8746C9 Dark Orchid

📋 copy color: '#8746C9'

red 135 ◦ green 70 ◦ blue 201

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

Shades of Dark Orchid #8746C9

Tints of Dark Orchid #8746C9

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.24%

 BLUE value IS 201 (78.91% from 255) = 49.51%

R = 33.25%
G = 17.24%
B = 49.51%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8746C9 (or 0x8746C9) is known color: Dark Orchid. HEX triplet: 87, 46 and C9. RGB value is (135,70,201). Sum of RGB (Red+Green+Blue) = 135+70+201=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 201 (78.91% from 255 or 49.51% from 406); Max value from RGB is 201 - color contains mainly: blue. Hex color #8746C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8746C9 is #78B936. Grayscale: #676767. Windows color (decimal): -7911735 or 13190791. OLE color: 13190791.

HSL color Cylindrical-coordinate representation of color #8746C9: hue angle of 269.77º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8746C9 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 135 70 201 -
CMYK 0.33 0.65 0 0.21
HSL 269.77º 0.55% 0.53% -
HSV(B) 269.77º 0.65% 0.79% -
XYZ 22.72 13.75 56.71 -
YUV 104.37 182.53 149.85 -
System Red Green Blue C M Y K H S L
Decimal 135 70 201 0.33 0.65 0 0.21 269.77 0.55 0.53
Hex 87 46 C9 21 41 0 15 10E 37 35
Octal 207 106 311 41 101 0 25 416 67 65
Binary 10000111 1000110 11001001 100001 1000001 0 10101 100001110 110111 110101

Color Harmonies of #8746C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8746C9

Black with #8746C9

Text Example


Text Example

White with #8746C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8746C9; }

 p { color: rgb(135,70,201); }

 H1.HeaderClassName
 {
   color: #8746C9;
 }
 .AnyTagClassName
 {
   color: #8746C9;
 }
</style>

background-color css

<style>
 a { background-color: #8746C9; }

 a { background-color: rgb(135,70,201); }

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

border-color css

<style>
 span { border-color: #8746C9; }

 span { border-color: rgb(135,70,201); }

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