Html Css Color HEX #872BB5 Dark Orchid

📋 copy color: '#872BB5'

red 135 ◦ green 43 ◦ blue 181

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

Shades of Dark Orchid #872BB5

Tints of Dark Orchid #872BB5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.98%

 BLUE value IS 181 (71.09% from 255) = 50.42%

R = 37.6%
G = 11.98%
B = 50.42%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#872BB5 (or 0x872BB5) is known color: Dark Orchid. HEX triplet: 87, 2B and B5. RGB value is (135,43,181). Sum of RGB (Red+Green+Blue) = 135+43+181=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 181 (71.09% from 255 or 50.42% from 359); Max value from RGB is 181 - color contains mainly: blue. Hex color #872BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872BB5 is #78D44A. Grayscale: #555555. Windows color (decimal): -7918667 or 11873159. OLE color: 11873159.

HSL color Cylindrical-coordinate representation of color #872BB5: hue angle of 280º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872BB5 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 135 43 181 -
CMYK 0.25 0.76 0 0.29
HSL 280º 0.62% 0.44% -
HSV(B) 280º 0.76% 0.71% -
XYZ 19.2 10.21 44.68 -
YUV 86.24 181.48 162.78 -
System Red Green Blue C M Y K H S L
Decimal 135 43 181 0.25 0.76 0 0.29 280 0.62 0.44
Hex 87 2B B5 19 4C 0 1D 118 3E 2C
Octal 207 53 265 31 114 0 35 430 76 54
Binary 10000111 101011 10110101 11001 1001100 0 11101 100011000 111110 101100

Color Harmonies of #872BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872BB5

Black with #872BB5

Text Example


Text Example

White with #872BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,43,181); }

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

background-color css

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

 a { background-color: rgb(135,43,181); }

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

border-color css

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

 span { border-color: rgb(135,43,181); }

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