Html Css Color HEX #8745D0 Dark Orchid

📋 copy color: '#8745D0'

red 135 ◦ green 69 ◦ blue 208

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

Shades of Dark Orchid #8745D0

Tints of Dark Orchid #8745D0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.75%

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

R = 32.77%
G = 16.75%
B = 50.49%

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

#8745D0 (or 0x8745D0) is known color: Dark Orchid. HEX triplet: 87, 45 and D0. RGB value is (135,69,208). Sum of RGB (Red+Green+Blue) = 135+69+208=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #8745D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8745D0 is #78BA2F. Grayscale: #686868. Windows color (decimal): -7911984 or 13649287. OLE color: 13649287.

HSL color Cylindrical-coordinate representation of color #8745D0: hue angle of 268.49º 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 #8745D0 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 135 69 208 -
CMYK 0.35 0.67 0 0.18
HSL 268.49º 0.6% 0.54% -
HSV(B) 268.49º 0.67% 0.82% -
XYZ 23.5 13.96 61.13 -
YUV 104.58 186.37 149.7 -
System Red Green Blue C M Y K H S L
Decimal 135 69 208 0.35 0.67 0 0.18 268.49 0.6 0.54
Hex 87 45 D0 23 43 0 12 10C 3C 36
Octal 207 105 320 43 103 0 22 414 74 66
Binary 10000111 1000101 11010000 100011 1000011 0 10010 100001100 111100 110110

Color Harmonies of #8745D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8745D0

Black with #8745D0

Text Example


Text Example

White with #8745D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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