Html Css Color HEX #851DBA Dark Orchid

📋 copy color: '#851DBA'

red 133 ◦ green 29 ◦ blue 186

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

Shades of Dark Orchid #851DBA

Tints of Dark Orchid #851DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.33%

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

R = 38.22%
G = 8.33%
B = 53.45%

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

#851DBA (or 0x851DBA) is known color: Dark Orchid. HEX triplet: 85, 1D and BA. RGB value is (133,29,186). Sum of RGB (Red+Green+Blue) = 133+29+186=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #851DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851DBA is #7AE245. Grayscale: #4D4D4D. Windows color (decimal): -8053318 or 12197253. OLE color: 12197253.

HSL color Cylindrical-coordinate representation of color #851DBA: hue angle of 279.75º degrees, saturation: 0.73, 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 #851DBA is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 29 186 -
CMYK 0.28 0.84 0 0.27
HSL 279.75º 0.73% 0.42% -
HSV(B) 279.75º 0.84% 0.73% -
XYZ 18.98 9.41 47.27 -
YUV 77.99 188.96 167.23 -
System Red Green Blue C M Y K H S L
Decimal 133 29 186 0.28 0.84 0 0.27 279.75 0.73 0.42
Hex 85 1D BA 1C 54 0 1B 118 49 2A
Octal 205 35 272 34 124 0 33 430 111 52
Binary 10000101 11101 10111010 11100 1010100 0 11011 100011000 1001001 101010

Color Harmonies of #851DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851DBA

Black with #851DBA

Text Example


Text Example

White with #851DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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