Html Css Color HEX #8739BC Dark Orchid

📋 copy color: '#8739BC'

red 135 ◦ green 57 ◦ blue 188

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

Shades of Dark Orchid #8739BC

Tints of Dark Orchid #8739BC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15%

 BLUE value IS 188 (73.83% from 255) = 49.47%

R = 35.53%
G = 15%
B = 49.47%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8739BC (or 0x8739BC) is known color: Dark Orchid. HEX triplet: 87, 39 and BC. RGB value is (135,57,188). Sum of RGB (Red+Green+Blue) = 135+57+188=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #8739BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8739BC is #78C643. Grayscale: #5E5E5E. Windows color (decimal): -7915076 or 12335495. OLE color: 12335495.

HSL color Cylindrical-coordinate representation of color #8739BC: hue angle of 275.73º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8739BC is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 57 188 -
CMYK 0.28 0.70 0 0.26
HSL 275.73º 0.53% 0.48% -
HSV(B) 275.73º 0.7% 0.74% -
XYZ 20.53 11.71 48.75 -
YUV 95.26 180.34 156.35 -
System Red Green Blue C M Y K H S L
Decimal 135 57 188 0.28 0.70 0 0.26 275.73 0.53 0.48
Hex 87 39 BC 1C 46 0 1A 114 35 30
Octal 207 71 274 34 106 0 32 424 65 60
Binary 10000111 111001 10111100 11100 1000110 0 11010 100010100 110101 110000

Color Harmonies of #8739BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8739BC

Black with #8739BC

Text Example


Text Example

White with #8739BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8739BC; }

 p { color: rgb(135,57,188); }

 H1.HeaderClassName
 {
   color: #8739BC;
 }
 .AnyTagClassName
 {
   color: #8739BC;
 }
</style>

background-color css

<style>
 a { background-color: #8739BC; }

 a { background-color: rgb(135,57,188); }

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

border-color css

<style>
 span { border-color: #8739BC; }

 span { border-color: rgb(135,57,188); }

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