Html Css Color HEX #873DBB Dark Orchid

📋 copy color: '#873DBB'

red 135 ◦ green 61 ◦ blue 187

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

Shades of Dark Orchid #873DBB

Tints of Dark Orchid #873DBB

RGB

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

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

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

R = 35.25%
G = 15.93%
B = 48.83%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#873DBB (or 0x873DBB) is known color: Dark Orchid. HEX triplet: 87, 3D and BB. RGB value is (135,61,187). Sum of RGB (Red+Green+Blue) = 135+61+187=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #873DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873DBB is #78C244. Grayscale: #616161. Windows color (decimal): -7914053 or 12270983. OLE color: 12270983.

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

Color convert

RGB 135 61 187 -
CMYK 0.28 0.67 0 0.27
HSL 275.24º 0.51% 0.49% -
HSV(B) 275.24º 0.67% 0.73% -
XYZ 20.63 12.08 48.26 -
YUV 97.49 178.52 154.75 -
System Red Green Blue C M Y K H S L
Decimal 135 61 187 0.28 0.67 0 0.27 275.24 0.51 0.49
Hex 87 3D BB 1C 43 0 1B 113 33 31
Octal 207 75 273 34 103 0 33 423 63 61
Binary 10000111 111101 10111011 11100 1000011 0 11011 100010011 110011 110001

Color Harmonies of #873DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873DBB

Black with #873DBB

Text Example


Text Example

White with #873DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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