Html Css Color HEX #872BB3 Dark Orchid

📋 copy color: '#872BB3'

red 135 ◦ green 43 ◦ blue 179

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

Shades of Dark Orchid #872BB3

Tints of Dark Orchid #872BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.14%

R = 37.82%
G = 12.04%
B = 50.14%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#872BB3 (or 0x872BB3) is known color: Dark Orchid. HEX triplet: 87, 2B and B3. RGB value is (135,43,179). Sum of RGB (Red+Green+Blue) = 135+43+179=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 179 (70.31% from 255 or 50.14% from 357); Max value from RGB is 179 - color contains mainly: blue. Hex color #872BB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872BB3 is #78D44C. Grayscale: #555555. Windows color (decimal): -7918669 or 11742087. OLE color: 11742087.

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

Color convert

RGB 135 43 179 -
CMYK 0.25 0.76 0 0.30
HSL 280.59º 0.61% 0.44% -
HSV(B) 280.59º 0.76% 0.7% -
XYZ 18.99 10.13 43.6 -
YUV 86.01 180.48 162.94 -
System Red Green Blue C M Y K H S L
Decimal 135 43 179 0.25 0.76 0 0.30 280.59 0.61 0.44
Hex 87 2B B3 19 4C 0 1E 119 3D 2C
Octal 207 53 263 31 114 0 36 431 75 54
Binary 10000111 101011 10110011 11001 1001100 0 11110 100011001 111101 101100

Color Harmonies of #872BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872BB3

Black with #872BB3

Text Example


Text Example

White with #872BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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