Html Css Color HEX #873BBC Dark Orchid

📋 copy color: '#873BBC'

red 135 ◦ green 59 ◦ blue 188

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

Shades of Dark Orchid #873BBC

Tints of Dark Orchid #873BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 35.34%
G = 15.45%
B = 49.21%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#873BBC (or 0x873BBC) is known color: Dark Orchid. HEX triplet: 87, 3B and BC. RGB value is (135,59,188). Sum of RGB (Red+Green+Blue) = 135+59+188=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #873BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873BBC is #78C443. Grayscale: #5F5F5F. Windows color (decimal): -7914564 or 12336007. OLE color: 12336007.

HSL color Cylindrical-coordinate representation of color #873BBC: hue angle of 275.35º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #873BBC is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 59 188 -
CMYK 0.28 0.69 0 0.26
HSL 275.35º 0.52% 0.48% -
HSV(B) 275.35º 0.69% 0.74% -
XYZ 20.63 11.91 48.79 -
YUV 96.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 135 59 188 0.28 0.69 0 0.26 275.35 0.52 0.48
Hex 87 3B BC 1C 45 0 1A 113 34 30
Octal 207 73 274 34 105 0 32 423 64 60
Binary 10000111 111011 10111100 11100 1000101 0 11010 100010011 110100 110000

Color Harmonies of #873BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873BBC

Black with #873BBC

Text Example


Text Example

White with #873BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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