Html Css Color HEX #8718BB Dark Orchid

📋 copy color: '#8718BB'

red 135 ◦ green 24 ◦ blue 187

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

Shades of Dark Orchid #8718BB

Tints of Dark Orchid #8718BB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.94%

 BLUE value IS 187 (73.44% from 255) = 54.05%

R = 39.02%
G = 6.94%
B = 54.05%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8718BB (or 0x8718BB) is known color: Dark Orchid. HEX triplet: 87, 18 and BB. RGB value is (135,24,187). Sum of RGB (Red+Green+Blue) = 135+24+187=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #8718BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8718BB is #78E744. Grayscale: #4B4B4B. Windows color (decimal): -7923525 or 12261511. OLE color: 12261511.

HSL color Cylindrical-coordinate representation of color #8718BB: hue angle of 280.86º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8718BB is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 24 187 -
CMYK 0.28 0.87 0 0.27
HSL 280.86º 0.77% 0.41% -
HSV(B) 280.86º 0.87% 0.73% -
XYZ 19.29 9.39 47.81 -
YUV 75.77 190.77 170.25 -
System Red Green Blue C M Y K H S L
Decimal 135 24 187 0.28 0.87 0 0.27 280.86 0.77 0.41
Hex 87 18 BB 1C 57 0 1B 119 4D 29
Octal 207 30 273 34 127 0 33 431 115 51
Binary 10000111 11000 10111011 11100 1010111 0 11011 100011001 1001101 101001

Color Harmonies of #8718BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8718BB

Black with #8718BB

Text Example


Text Example

White with #8718BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8718BB; }

 p { color: rgb(135,24,187); }

 H1.HeaderClassName
 {
   color: #8718BB;
 }
 .AnyTagClassName
 {
   color: #8718BB;
 }
</style>

background-color css

<style>
 a { background-color: #8718BB; }

 a { background-color: rgb(135,24,187); }

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

border-color css

<style>
 span { border-color: #8718BB; }

 span { border-color: rgb(135,24,187); }

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