Html Css Color HEX #872FB6 Dark Orchid

📋 copy color: '#872FB6'

red 135 ◦ green 47 ◦ blue 182

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

Shades of Dark Orchid #872FB6

Tints of Dark Orchid #872FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50%

R = 37.09%
G = 12.91%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#872FB6 (or 0x872FB6) is known color: Dark Orchid. HEX triplet: 87, 2F and B6. RGB value is (135,47,182). Sum of RGB (Red+Green+Blue) = 135+47+182=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 182 (71.48% from 255 or 50% from 364); Max value from RGB is 182 - color contains mainly: blue. Hex color #872FB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872FB6 is #78D049. Grayscale: #585858. Windows color (decimal): -7917642 or 11939719. OLE color: 11939719.

HSL color Cylindrical-coordinate representation of color #872FB6: hue angle of 279.11º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #872FB6 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 135 47 182 -
CMYK 0.26 0.74 0 0.29
HSL 279.11º 0.59% 0.45% -
HSV(B) 279.11º 0.74% 0.71% -
XYZ 19.45 10.56 45.27 -
YUV 88.7 180.65 161.02 -
System Red Green Blue C M Y K H S L
Decimal 135 47 182 0.26 0.74 0 0.29 279.11 0.59 0.45
Hex 87 2F B6 1A 4A 0 1D 117 3B 2D
Octal 207 57 266 32 112 0 35 427 73 55
Binary 10000111 101111 10110110 11010 1001010 0 11101 100010111 111011 101101

Color Harmonies of #872FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872FB6

Black with #872FB6

Text Example


Text Example

White with #872FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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