Html Css Color HEX #8745CF Dark Orchid

📋 copy color: '#8745CF'

red 135 ◦ green 69 ◦ blue 207

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

Shades of Dark Orchid #8745CF

Tints of Dark Orchid #8745CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 32.85%
G = 16.79%
B = 50.36%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8745CF (or 0x8745CF) is known color: Dark Orchid. HEX triplet: 87, 45 and CF. RGB value is (135,69,207). Sum of RGB (Red+Green+Blue) = 135+69+207=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #8745CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8745CF is #78BA30. Grayscale: #676767. Windows color (decimal): -7911985 or 13583751. OLE color: 13583751.

HSL color Cylindrical-coordinate representation of color #8745CF: hue angle of 268.7º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8745CF is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 69 207 -
CMYK 0.35 0.67 0 0.19
HSL 268.7º 0.59% 0.54% -
HSV(B) 268.7º 0.67% 0.81% -
XYZ 23.38 13.91 60.48 -
YUV 104.47 185.87 149.78 -
System Red Green Blue C M Y K H S L
Decimal 135 69 207 0.35 0.67 0 0.19 268.7 0.59 0.54
Hex 87 45 CF 23 43 0 13 10D 3B 36
Octal 207 105 317 43 103 0 23 415 73 66
Binary 10000111 1000101 11001111 100011 1000011 0 10011 100001101 111011 110110

Color Harmonies of #8745CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8745CF

Black with #8745CF

Text Example


Text Example

White with #8745CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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