Html Css Color HEX #873FBE Dark Orchid

📋 copy color: '#873FBE'

red 135 ◦ green 63 ◦ blue 190

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

Shades of Dark Orchid #873FBE

Tints of Dark Orchid #873FBE

RGB

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

 GREEN value IS 63 (25% from 255) = 16.24%

 BLUE value IS 190 (74.61% from 255) = 48.97%

R = 34.79%
G = 16.24%
B = 48.97%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#873FBE (or 0x873FBE) is known color: Dark Orchid. HEX triplet: 87, 3F and BE. RGB value is (135,63,190). Sum of RGB (Red+Green+Blue) = 135+63+190=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #873FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873FBE is #78C041. Grayscale: #626262. Windows color (decimal): -7913538 or 12468103. OLE color: 12468103.

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

Color convert

RGB 135 63 190 -
CMYK 0.29 0.67 0 0.25
HSL 274.02º 0.5% 0.5% -
HSV(B) 274.02º 0.67% 0.75% -
XYZ 21.06 12.42 50 -
YUV 99.01 179.35 153.67 -
System Red Green Blue C M Y K H S L
Decimal 135 63 190 0.29 0.67 0 0.25 274.02 0.5 0.5
Hex 87 3F BE 1D 43 0 19 112 32 32
Octal 207 77 276 35 103 0 31 422 62 62
Binary 10000111 111111 10111110 11101 1000011 0 11001 100010010 110010 110010

Color Harmonies of #873FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873FBE

Black with #873FBE

Text Example


Text Example

White with #873FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,63,190); }

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

background-color css

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

 a { background-color: rgb(135,63,190); }

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

border-color css

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

 span { border-color: rgb(135,63,190); }

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