Html Css Color HEX #872FAF Dark Orchid

📋 copy color: '#872FAF'

red 135 ◦ green 47 ◦ blue 175

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

Shades of Dark Orchid #872FAF

Tints of Dark Orchid #872FAF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.17%

 BLUE value IS 175 (68.75% from 255) = 49.02%

R = 37.82%
G = 13.17%
B = 49.02%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#872FAF (or 0x872FAF) is known color: Dark Orchid. HEX triplet: 87, 2F and AF. RGB value is (135,47,175). Sum of RGB (Red+Green+Blue) = 135+47+175=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #872FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872FAF is #78D050. Grayscale: #575757. Windows color (decimal): -7917649 or 11480967. OLE color: 11480967.

HSL color Cylindrical-coordinate representation of color #872FAF: hue angle of 281.25º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #872FAF is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 135 47 175 -
CMYK 0.23 0.73 0 0.31
HSL 281.25º 0.58% 0.44% -
HSV(B) 281.25º 0.73% 0.69% -
XYZ 18.75 10.28 41.55 -
YUV 87.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 135 47 175 0.23 0.73 0 0.31 281.25 0.58 0.44
Hex 87 2F AF 17 49 0 1F 119 3A 2C
Octal 207 57 257 27 111 0 37 431 72 54
Binary 10000111 101111 10101111 10111 1001001 0 11111 100011001 111010 101100

Color Harmonies of #872FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872FAF

Black with #872FAF

Text Example


Text Example

White with #872FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,47,175); }

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

background-color css

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

 a { background-color: rgb(135,47,175); }

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

border-color css

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

 span { border-color: rgb(135,47,175); }

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