Html Css Color HEX #873FBB Dark Orchid

📋 copy color: '#873FBB'

red 135 ◦ green 63 ◦ blue 187

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

Shades of Dark Orchid #873FBB

Tints of Dark Orchid #873FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.57%

R = 35.06%
G = 16.36%
B = 48.57%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#873FBB (or 0x873FBB) is known color: Dark Orchid. HEX triplet: 87, 3F and BB. RGB value is (135,63,187). Sum of RGB (Red+Green+Blue) = 135+63+187=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #873FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873FBB is #78C044. Grayscale: #626262. Windows color (decimal): -7913541 or 12271495. OLE color: 12271495.

HSL color Cylindrical-coordinate representation of color #873FBB: hue angle of 274.84º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #873FBB is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 63 187 -
CMYK 0.28 0.66 0 0.27
HSL 274.84º 0.5% 0.49% -
HSV(B) 274.84º 0.66% 0.73% -
XYZ 20.74 12.29 48.29 -
YUV 98.66 177.85 153.92 -
System Red Green Blue C M Y K H S L
Decimal 135 63 187 0.28 0.66 0 0.27 274.84 0.5 0.49
Hex 87 3F BB 1C 42 0 1B 113 32 31
Octal 207 77 273 34 102 0 33 423 62 61
Binary 10000111 111111 10111011 11100 1000010 0 11011 100010011 110010 110001

Color Harmonies of #873FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873FBB

Black with #873FBB

Text Example


Text Example

White with #873FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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