Html Css Color HEX #872ABC Dark Orchid

📋 copy color: '#872ABC'

red 135 ◦ green 42 ◦ blue 188

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

Shades of Dark Orchid #872ABC

Tints of Dark Orchid #872ABC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.51%

 BLUE value IS 188 (73.83% from 255) = 51.51%

R = 36.99%
G = 11.51%
B = 51.51%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#872ABC (or 0x872ABC) is known color: Dark Orchid. HEX triplet: 87, 2A and BC. RGB value is (135,42,188). Sum of RGB (Red+Green+Blue) = 135+42+188=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #872ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872ABC is #78D543. Grayscale: #555555. Windows color (decimal): -7918916 or 12331655. OLE color: 12331655.

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

Color convert

RGB 135 42 188 -
CMYK 0.28 0.78 0 0.26
HSL 278.22º 0.63% 0.45% -
HSV(B) 278.22º 0.78% 0.74% -
XYZ 19.9 10.44 48.54 -
YUV 86.45 185.31 162.63 -
System Red Green Blue C M Y K H S L
Decimal 135 42 188 0.28 0.78 0 0.26 278.22 0.63 0.45
Hex 87 2A BC 1C 4E 0 1A 116 3F 2D
Octal 207 52 274 34 116 0 32 426 77 55
Binary 10000111 101010 10111100 11100 1001110 0 11010 100010110 111111 101101

Color Harmonies of #872ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872ABC

Black with #872ABC

Text Example


Text Example

White with #872ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,42,188); }

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

background-color css

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

 a { background-color: rgb(135,42,188); }

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

border-color css

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

 span { border-color: rgb(135,42,188); }

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