Html Css Color HEX #851DBB Dark Orchid

📋 copy color: '#851DBB'

red 133 ◦ green 29 ◦ blue 187

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

Shades of Dark Orchid #851DBB

Tints of Dark Orchid #851DBB

RGB

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

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

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

R = 38.11%
G = 8.31%
B = 53.58%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#851DBB (or 0x851DBB) is known color: Dark Orchid. HEX triplet: 85, 1D and BB. RGB value is (133,29,187). Sum of RGB (Red+Green+Blue) = 133+29+187=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #851DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851DBB is #7AE244. Grayscale: #4D4D4D. Windows color (decimal): -8053317 or 12262789. OLE color: 12262789.

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

Color convert

RGB 133 29 187 -
CMYK 0.29 0.84 0 0.27
HSL 279.49º 0.73% 0.42% -
HSV(B) 279.49º 0.84% 0.73% -
XYZ 19.08 9.45 47.83 -
YUV 78.11 189.46 167.15 -
System Red Green Blue C M Y K H S L
Decimal 133 29 187 0.29 0.84 0 0.27 279.49 0.73 0.42
Hex 85 1D BB 1D 54 0 1B 117 49 2A
Octal 205 35 273 35 124 0 33 427 111 52
Binary 10000101 11101 10111011 11101 1010100 0 11011 100010111 1001001 101010

Color Harmonies of #851DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851DBB

Black with #851DBB

Text Example


Text Example

White with #851DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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