Html Css Color HEX #851EBA Dark Orchid

📋 copy color: '#851EBA'

red 133 ◦ green 30 ◦ blue 186

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

Shades of Dark Orchid #851EBA

Tints of Dark Orchid #851EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.6%

 BLUE value IS 186 (73.05% from 255) = 53.3%

R = 38.11%
G = 8.6%
B = 53.3%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#851EBA (or 0x851EBA) is known color: Dark Orchid. HEX triplet: 85, 1E and BA. RGB value is (133,30,186). Sum of RGB (Red+Green+Blue) = 133+30+186=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #851EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851EBA is #7AE145. Grayscale: #4E4E4E. Windows color (decimal): -8053062 or 12197509. OLE color: 12197509.

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

Color convert

RGB 133 30 186 -
CMYK 0.28 0.84 0 0.27
HSL 279.62º 0.72% 0.42% -
HSV(B) 279.62º 0.84% 0.73% -
XYZ 19 9.46 47.28 -
YUV 78.58 188.62 166.82 -
System Red Green Blue C M Y K H S L
Decimal 133 30 186 0.28 0.84 0 0.27 279.62 0.72 0.42
Hex 85 1E BA 1C 54 0 1B 118 48 2A
Octal 205 36 272 34 124 0 33 430 110 52
Binary 10000101 11110 10111010 11100 1010100 0 11011 100011000 1001000 101010

Color Harmonies of #851EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851EBA

Black with #851EBA

Text Example


Text Example

White with #851EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,30,186); }

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

background-color css

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

 a { background-color: rgb(133,30,186); }

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

border-color css

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

 span { border-color: rgb(133,30,186); }

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