Html Css Color HEX #872FBB Dark Orchid

📋 copy color: '#872FBB'

red 135 ◦ green 47 ◦ blue 187

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

Shades of Dark Orchid #872FBB

Tints of Dark Orchid #872FBB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.74%

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

R = 36.59%
G = 12.74%
B = 50.68%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#872FBB (or 0x872FBB) is known color: Dark Orchid. HEX triplet: 87, 2F and BB. RGB value is (135,47,187). Sum of RGB (Red+Green+Blue) = 135+47+187=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #872FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872FBB is #78D044. Grayscale: #585858. Windows color (decimal): -7917637 or 12267399. OLE color: 12267399.

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

Color convert

RGB 135 47 187 -
CMYK 0.28 0.75 0 0.27
HSL 277.71º 0.6% 0.46% -
HSV(B) 277.71º 0.75% 0.73% -
XYZ 19.98 10.77 48.04 -
YUV 89.27 183.15 160.62 -
System Red Green Blue C M Y K H S L
Decimal 135 47 187 0.28 0.75 0 0.27 277.71 0.6 0.46
Hex 87 2F BB 1C 4B 0 1B 116 3C 2E
Octal 207 57 273 34 113 0 33 426 74 56
Binary 10000111 101111 10111011 11100 1001011 0 11011 100010110 111100 101110

Color Harmonies of #872FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872FBB

Black with #872FBB

Text Example


Text Example

White with #872FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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