Html Css Color HEX #873BBE Dark Orchid

📋 copy color: '#873BBE'

red 135 ◦ green 59 ◦ blue 190

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

Shades of Dark Orchid #873BBE

Tints of Dark Orchid #873BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.36%

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

R = 35.16%
G = 15.36%
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

#873BBE (or 0x873BBE) is known color: Dark Orchid. HEX triplet: 87, 3B and BE. RGB value is (135,59,190). Sum of RGB (Red+Green+Blue) = 135+59+190=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #873BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873BBE is #78C441. Grayscale: #606060. Windows color (decimal): -7914562 or 12467079. OLE color: 12467079.

HSL color Cylindrical-coordinate representation of color #873BBE: hue angle of 274.81º degrees, saturation: 0.53, 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 #873BBE is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 59 190 -
CMYK 0.29 0.69 0 0.25
HSL 274.81º 0.53% 0.49% -
HSV(B) 274.81º 0.69% 0.75% -
XYZ 20.85 12 49.93 -
YUV 96.66 180.68 155.35 -
System Red Green Blue C M Y K H S L
Decimal 135 59 190 0.29 0.69 0 0.25 274.81 0.53 0.49
Hex 87 3B BE 1D 45 0 19 113 35 31
Octal 207 73 276 35 105 0 31 423 65 61
Binary 10000111 111011 10111110 11101 1000101 0 11001 100010011 110101 110001

Color Harmonies of #873BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873BBE

Black with #873BBE

Text Example


Text Example

White with #873BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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