Html Css Color HEX #872ABE Dark Orchid

📋 copy color: '#872ABE'

red 135 ◦ green 42 ◦ blue 190

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

Shades of Dark Orchid #872ABE

Tints of Dark Orchid #872ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.77%

R = 36.78%
G = 11.44%
B = 51.77%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#872ABE (or 0x872ABE) is known color: Dark Orchid. HEX triplet: 87, 2A and BE. RGB value is (135,42,190). Sum of RGB (Red+Green+Blue) = 135+42+190=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #872ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872ABE is #78D541. Grayscale: #565656. Windows color (decimal): -7918914 or 12462727. OLE color: 12462727.

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

Color convert

RGB 135 42 190 -
CMYK 0.29 0.78 0 0.25
HSL 277.7º 0.64% 0.45% -
HSV(B) 277.7º 0.78% 0.75% -
XYZ 20.11 10.52 49.69 -
YUV 86.68 186.31 162.47 -
System Red Green Blue C M Y K H S L
Decimal 135 42 190 0.29 0.78 0 0.25 277.7 0.64 0.45
Hex 87 2A BE 1D 4E 0 19 116 40 2D
Octal 207 52 276 35 116 0 31 426 100 55
Binary 10000111 101010 10111110 11101 1001110 0 11001 100010110 1000000 101101

Color Harmonies of #872ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872ABE

Black with #872ABE

Text Example


Text Example

White with #872ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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