Html Css Color HEX #873DBF Dark Orchid

📋 copy color: '#873DBF'

red 135 ◦ green 61 ◦ blue 191

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

Shades of Dark Orchid #873DBF

Tints of Dark Orchid #873DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.76%

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

R = 34.88%
G = 15.76%
B = 49.35%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#873DBF (or 0x873DBF) is known color: Dark Orchid. HEX triplet: 87, 3D and BF. RGB value is (135,61,191). Sum of RGB (Red+Green+Blue) = 135+61+191=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #873DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873DBF is #78C240. Grayscale: #616161. Windows color (decimal): -7914049 or 12533127. OLE color: 12533127.

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

Color convert

RGB 135 61 191 -
CMYK 0.29 0.68 0 0.25
HSL 274.15º 0.52% 0.49% -
HSV(B) 274.15º 0.68% 0.75% -
XYZ 21.06 12.25 50.54 -
YUV 97.95 180.52 154.43 -
System Red Green Blue C M Y K H S L
Decimal 135 61 191 0.29 0.68 0 0.25 274.15 0.52 0.49
Hex 87 3D BF 1D 44 0 19 112 34 31
Octal 207 75 277 35 104 0 31 422 64 61
Binary 10000111 111101 10111111 11101 1000100 0 11001 100010010 110100 110001

Color Harmonies of #873DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873DBF

Black with #873DBF

Text Example


Text Example

White with #873DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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