Html Css Color HEX #8731BD Dark Orchid

📋 copy color: '#8731BD'

red 135 ◦ green 49 ◦ blue 189

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

Shades of Dark Orchid #8731BD

Tints of Dark Orchid #8731BD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.14%

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 36.19%
G = 13.14%
B = 50.67%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8731BD (or 0x8731BD) is known color: Dark Orchid. HEX triplet: 87, 31 and BD. RGB value is (135,49,189). Sum of RGB (Red+Green+Blue) = 135+49+189=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #8731BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8731BD is #78CE42. Grayscale: #5A5A5A. Windows color (decimal): -7917123 or 12398983. OLE color: 12398983.

HSL color Cylindrical-coordinate representation of color #8731BD: hue angle of 276.86º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8731BD is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 49 189 -
CMYK 0.29 0.74 0 0.26
HSL 276.86º 0.59% 0.47% -
HSV(B) 276.86º 0.74% 0.74% -
XYZ 20.28 11.02 49.2 -
YUV 90.67 183.49 159.62 -
System Red Green Blue C M Y K H S L
Decimal 135 49 189 0.29 0.74 0 0.26 276.86 0.59 0.47
Hex 87 31 BD 1D 4A 0 1A 115 3B 2F
Octal 207 61 275 35 112 0 32 425 73 57
Binary 10000111 110001 10111101 11101 1001010 0 11010 100010101 111011 101111

Color Harmonies of #8731BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8731BD

Black with #8731BD

Text Example


Text Example

White with #8731BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8731BD; }

 p { color: rgb(135,49,189); }

 H1.HeaderClassName
 {
   color: #8731BD;
 }
 .AnyTagClassName
 {
   color: #8731BD;
 }
</style>

background-color css

<style>
 a { background-color: #8731BD; }

 a { background-color: rgb(135,49,189); }

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

border-color css

<style>
 span { border-color: #8731BD; }

 span { border-color: rgb(135,49,189); }

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