Html Css Color HEX #873CBF Dark Orchid

📋 copy color: '#873CBF'

red 135 ◦ green 60 ◦ blue 191

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

Shades of Dark Orchid #873CBF

Tints of Dark Orchid #873CBF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.54%

 BLUE value IS 191 (75% from 255) = 49.48%

R = 34.97%
G = 15.54%
B = 49.48%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#873CBF (or 0x873CBF) is known color: Dark Orchid. HEX triplet: 87, 3C and BF. RGB value is (135,60,191). Sum of RGB (Red+Green+Blue) = 135+60+191=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #873CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873CBF is #78C340. Grayscale: #606060. Windows color (decimal): -7914305 or 12532871. OLE color: 12532871.

HSL color Cylindrical-coordinate representation of color #873CBF: hue angle of 274.35º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #873CBF is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 60 191 -
CMYK 0.29 0.69 0 0.25
HSL 274.35º 0.52% 0.49% -
HSV(B) 274.35º 0.69% 0.75% -
XYZ 21.01 12.14 50.53 -
YUV 97.36 180.85 154.85 -
System Red Green Blue C M Y K H S L
Decimal 135 60 191 0.29 0.69 0 0.25 274.35 0.52 0.49
Hex 87 3C BF 1D 45 0 19 112 34 31
Octal 207 74 277 35 105 0 31 422 64 61
Binary 10000111 111100 10111111 11101 1000101 0 11001 100010010 110100 110001

Color Harmonies of #873CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873CBF

Black with #873CBF

Text Example


Text Example

White with #873CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873CBF; }

 p { color: rgb(135,60,191); }

 H1.HeaderClassName
 {
   color: #873CBF;
 }
 .AnyTagClassName
 {
   color: #873CBF;
 }
</style>

background-color css

<style>
 a { background-color: #873CBF; }

 a { background-color: rgb(135,60,191); }

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

border-color css

<style>
 span { border-color: #873CBF; }

 span { border-color: rgb(135,60,191); }

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