Html Css Color HEX #8746CB Dark Orchid

📋 copy color: '#8746CB'

red 135 ◦ green 70 ◦ blue 203

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

Shades of Dark Orchid #8746CB

Tints of Dark Orchid #8746CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.75%

R = 33.09%
G = 17.16%
B = 49.75%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8746CB (or 0x8746CB) is known color: Dark Orchid. HEX triplet: 87, 46 and CB. RGB value is (135,70,203). Sum of RGB (Red+Green+Blue) = 135+70+203=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #8746CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8746CB is #78B934. Grayscale: #686868. Windows color (decimal): -7911733 or 13321863. OLE color: 13321863.

HSL color Cylindrical-coordinate representation of color #8746CB: hue angle of 269.32º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8746CB is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 70 203 -
CMYK 0.33 0.66 0 0.20
HSL 269.32º 0.56% 0.54% -
HSV(B) 269.32º 0.66% 0.8% -
XYZ 22.96 13.84 57.96 -
YUV 104.6 183.53 149.69 -
System Red Green Blue C M Y K H S L
Decimal 135 70 203 0.33 0.66 0 0.20 269.32 0.56 0.54
Hex 87 46 CB 21 42 0 14 10D 38 36
Octal 207 106 313 41 102 0 24 415 70 66
Binary 10000111 1000110 11001011 100001 1000010 0 10100 100001101 111000 110110

Color Harmonies of #8746CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8746CB

Black with #8746CB

Text Example


Text Example

White with #8746CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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