Html Css Color HEX #872BBB Dark Orchid

📋 copy color: '#872BBB'

red 135 ◦ green 43 ◦ blue 187

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

Shades of Dark Orchid #872BBB

Tints of Dark Orchid #872BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.23%

R = 36.99%
G = 11.78%
B = 51.23%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#872BBB (or 0x872BBB) is known color: Dark Orchid. HEX triplet: 87, 2B and BB. RGB value is (135,43,187). Sum of RGB (Red+Green+Blue) = 135+43+187=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #872BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872BBB is #78D444. Grayscale: #565656. Windows color (decimal): -7918661 or 12266375. OLE color: 12266375.

HSL color Cylindrical-coordinate representation of color #872BBB: hue angle of 278.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #872BBB is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 43 187 -
CMYK 0.28 0.77 0 0.27
HSL 278.33º 0.63% 0.45% -
HSV(B) 278.33º 0.77% 0.73% -
XYZ 19.83 10.47 47.99 -
YUV 86.92 184.48 162.29 -
System Red Green Blue C M Y K H S L
Decimal 135 43 187 0.28 0.77 0 0.27 278.33 0.63 0.45
Hex 87 2B BB 1C 4D 0 1B 116 3F 2D
Octal 207 53 273 34 115 0 33 426 77 55
Binary 10000111 101011 10111011 11100 1001101 0 11011 100010110 111111 101101

Color Harmonies of #872BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872BBB

Black with #872BBB

Text Example


Text Example

White with #872BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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