Html Css Color HEX #851CB9 Dark Orchid

📋 copy color: '#851CB9'

red 133 ◦ green 28 ◦ blue 185

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

Shades of Dark Orchid #851CB9

Tints of Dark Orchid #851CB9

RGB

 RED value IS 133 (52.34% from 255) = 38.44%

 GREEN value IS 28 (11.33% from 255) = 8.09%

 BLUE value IS 185 (72.66% from 255) = 53.47%

R = 38.44%
G = 8.09%
B = 53.47%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#851CB9 (or 0x851CB9) is known color: Dark Orchid. HEX triplet: 85, 1C and B9. RGB value is (133,28,185). Sum of RGB (Red+Green+Blue) = 133+28+185=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 185 (72.66% from 255 or 53.47% from 346); Max value from RGB is 185 - color contains mainly: blue. Hex color #851CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851CB9 is #7AE346. Grayscale: #4C4C4C. Windows color (decimal): -8053575 or 12131461. OLE color: 12131461.

HSL color Cylindrical-coordinate representation of color #851CB9: hue angle of 280.13º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851CB9 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 28 185 -
CMYK 0.28 0.85 0 0.27
HSL 280.13º 0.74% 0.42% -
HSV(B) 280.13º 0.85% 0.73% -
XYZ 18.85 9.32 46.7 -
YUV 77.29 188.79 167.73 -
System Red Green Blue C M Y K H S L
Decimal 133 28 185 0.28 0.85 0 0.27 280.13 0.74 0.42
Hex 85 1C B9 1C 55 0 1B 118 4A 2A
Octal 205 34 271 34 125 0 33 430 112 52
Binary 10000101 11100 10111001 11100 1010101 0 11011 100011000 1001010 101010

Color Harmonies of #851CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851CB9

Black with #851CB9

Text Example


Text Example

White with #851CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851CB9; }

 p { color: rgb(133,28,185); }

 H1.HeaderClassName
 {
   color: #851CB9;
 }
 .AnyTagClassName
 {
   color: #851CB9;
 }
</style>

background-color css

<style>
 a { background-color: #851CB9; }

 a { background-color: rgb(133,28,185); }

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

border-color css

<style>
 span { border-color: #851CB9; }

 span { border-color: rgb(133,28,185); }

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