Html Css Color HEX #872DBB Dark Orchid

📋 copy color: '#872DBB'

red 135 ◦ green 45 ◦ blue 187

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

Shades of Dark Orchid #872DBB

Tints of Dark Orchid #872DBB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.26%

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

R = 36.78%
G = 12.26%
B = 50.95%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#872DBB (or 0x872DBB) is known color: Dark Orchid. HEX triplet: 87, 2D and BB. RGB value is (135,45,187). Sum of RGB (Red+Green+Blue) = 135+45+187=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #872DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872DBB is #78D244. Grayscale: #575757. Windows color (decimal): -7918149 or 12266887. OLE color: 12266887.

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

Color convert

RGB 135 45 187 -
CMYK 0.28 0.76 0 0.27
HSL 278.03º 0.61% 0.45% -
HSV(B) 278.03º 0.76% 0.73% -
XYZ 19.9 10.62 48.01 -
YUV 88.1 183.82 161.45 -
System Red Green Blue C M Y K H S L
Decimal 135 45 187 0.28 0.76 0 0.27 278.03 0.61 0.45
Hex 87 2D BB 1C 4C 0 1B 116 3D 2D
Octal 207 55 273 34 114 0 33 426 75 55
Binary 10000111 101101 10111011 11100 1001100 0 11011 100010110 111101 101101

Color Harmonies of #872DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872DBB

Black with #872DBB

Text Example


Text Example

White with #872DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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