Html Css Color HEX #851ABD Dark Orchid

📋 copy color: '#851ABD'

red 133 ◦ green 26 ◦ blue 189

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

Shades of Dark Orchid #851ABD

Tints of Dark Orchid #851ABD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.47%

 BLUE value IS 189 (74.22% from 255) = 54.31%

R = 38.22%
G = 7.47%
B = 54.31%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#851ABD (or 0x851ABD) is known color: Dark Orchid. HEX triplet: 85, 1A and BD. RGB value is (133,26,189). Sum of RGB (Red+Green+Blue) = 133+26+189=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #851ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851ABD is #7AE542. Grayscale: #4C4C4C. Windows color (decimal): -8054083 or 12393093. OLE color: 12393093.

HSL color Cylindrical-coordinate representation of color #851ABD: hue angle of 279.39º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851ABD is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 26 189 -
CMYK 0.30 0.86 0 0.26
HSL 279.39º 0.76% 0.42% -
HSV(B) 279.39º 0.86% 0.74% -
XYZ 19.23 9.4 48.94 -
YUV 76.58 191.45 168.25 -
System Red Green Blue C M Y K H S L
Decimal 133 26 189 0.30 0.86 0 0.26 279.39 0.76 0.42
Hex 85 1A BD 1E 56 0 1A 117 4C 2A
Octal 205 32 275 36 126 0 32 427 114 52
Binary 10000101 11010 10111101 11110 1010110 0 11010 100010111 1001100 101010

Color Harmonies of #851ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851ABD

Black with #851ABD

Text Example


Text Example

White with #851ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,26,189); }

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

background-color css

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

 a { background-color: rgb(133,26,189); }

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

border-color css

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

 span { border-color: rgb(133,26,189); }

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