Html Css Color HEX #8742CD Dark Orchid

📋 copy color: '#8742CD'

red 135 ◦ green 66 ◦ blue 205

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

Shades of Dark Orchid #8742CD

Tints of Dark Orchid #8742CD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.26%

 BLUE value IS 205 (80.47% from 255) = 50.49%

R = 33.25%
G = 16.26%
B = 50.49%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8742CD (or 0x8742CD) is known color: Dark Orchid. HEX triplet: 87, 42 and CD. RGB value is (135,66,205). Sum of RGB (Red+Green+Blue) = 135+66+205=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #8742CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8742CD is #78BD32. Grayscale: #656565. Windows color (decimal): -7912755 or 13451911. OLE color: 13451911.

HSL color Cylindrical-coordinate representation of color #8742CD: hue angle of 269.78º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8742CD is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 66 205 -
CMYK 0.34 0.68 0 0.20
HSL 269.78º 0.58% 0.53% -
HSV(B) 269.78º 0.68% 0.8% -
XYZ 22.96 13.46 59.14 -
YUV 102.48 185.86 151.2 -
System Red Green Blue C M Y K H S L
Decimal 135 66 205 0.34 0.68 0 0.20 269.78 0.58 0.53
Hex 87 42 CD 22 44 0 14 10E 3A 35
Octal 207 102 315 42 104 0 24 416 72 65
Binary 10000111 1000010 11001101 100010 1000100 0 10100 100001110 111010 110101

Color Harmonies of #8742CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8742CD

Black with #8742CD

Text Example


Text Example

White with #8742CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8742CD; }

 p { color: rgb(135,66,205); }

 H1.HeaderClassName
 {
   color: #8742CD;
 }
 .AnyTagClassName
 {
   color: #8742CD;
 }
</style>

background-color css

<style>
 a { background-color: #8742CD; }

 a { background-color: rgb(135,66,205); }

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

border-color css

<style>
 span { border-color: #8742CD; }

 span { border-color: rgb(135,66,205); }

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