Html Css Color HEX #872DB3 Dark Orchid

📋 copy color: '#872DB3'

red 135 ◦ green 45 ◦ blue 179

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

Shades of Dark Orchid #872DB3

Tints of Dark Orchid #872DB3

RGB

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

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

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

R = 37.6%
G = 12.53%
B = 49.86%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#872DB3 (or 0x872DB3) is known color: Dark Orchid. HEX triplet: 87, 2D and B3. RGB value is (135,45,179). Sum of RGB (Red+Green+Blue) = 135+45+179=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 179 - color contains mainly: blue. Hex color #872DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872DB3 is #78D24C. Grayscale: #565656. Windows color (decimal): -7918157 or 11742599. OLE color: 11742599.

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

Color convert

RGB 135 45 179 -
CMYK 0.25 0.75 0 0.30
HSL 280.3º 0.6% 0.44% -
HSV(B) 280.3º 0.75% 0.7% -
XYZ 19.07 10.28 43.63 -
YUV 87.19 179.82 162.1 -
System Red Green Blue C M Y K H S L
Decimal 135 45 179 0.25 0.75 0 0.30 280.3 0.6 0.44
Hex 87 2D B3 19 4B 0 1E 118 3C 2C
Octal 207 55 263 31 113 0 36 430 74 54
Binary 10000111 101101 10110011 11001 1001011 0 11110 100011000 111100 101100

Color Harmonies of #872DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872DB3

Black with #872DB3

Text Example


Text Example

White with #872DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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