Html Css Color HEX #872DB6 Dark Orchid

📋 copy color: '#872DB6'

red 135 ◦ green 45 ◦ blue 182

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

Shades of Dark Orchid #872DB6

Tints of Dark Orchid #872DB6

RGB

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

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

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

R = 37.29%
G = 12.43%
B = 50.28%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#872DB6 (or 0x872DB6) is known color: Dark Orchid. HEX triplet: 87, 2D and B6. RGB value is (135,45,182). Sum of RGB (Red+Green+Blue) = 135+45+182=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 182 (71.48% from 255 or 50.28% from 362); Max value from RGB is 182 - color contains mainly: blue. Hex color #872DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872DB6 is #78D249. Grayscale: #575757. Windows color (decimal): -7918154 or 11939207. OLE color: 11939207.

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

Color convert

RGB 135 45 182 -
CMYK 0.26 0.75 0 0.29
HSL 279.42º 0.6% 0.45% -
HSV(B) 279.42º 0.75% 0.71% -
XYZ 19.37 10.41 45.24 -
YUV 87.53 181.32 161.86 -
System Red Green Blue C M Y K H S L
Decimal 135 45 182 0.26 0.75 0 0.29 279.42 0.6 0.45
Hex 87 2D B6 1A 4B 0 1D 117 3C 2D
Octal 207 55 266 32 113 0 35 427 74 55
Binary 10000111 101101 10110110 11010 1001011 0 11101 100010111 111100 101101

Color Harmonies of #872DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872DB6

Black with #872DB6

Text Example


Text Example

White with #872DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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