Html Css Color HEX #851DB3 Dark Orchid

📋 copy color: '#851DB3'

red 133 ◦ green 29 ◦ blue 179

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

Shades of Dark Orchid #851DB3

Tints of Dark Orchid #851DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.49%

R = 39%
G = 8.5%
B = 52.49%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#851DB3 (or 0x851DB3) is known color: Dark Orchid. HEX triplet: 85, 1D and B3. RGB value is (133,29,179). Sum of RGB (Red+Green+Blue) = 133+29+179=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #851DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851DB3 is #7AE24C. Grayscale: #4C4C4C. Windows color (decimal): -8053325 or 11738501. OLE color: 11738501.

HSL color Cylindrical-coordinate representation of color #851DB3: hue angle of 281.6º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #851DB3 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 29 179 -
CMYK 0.26 0.84 0 0.30
HSL 281.6º 0.72% 0.41% -
HSV(B) 281.6º 0.84% 0.7% -
XYZ 18.25 9.12 43.45 -
YUV 77.2 185.46 167.8 -
System Red Green Blue C M Y K H S L
Decimal 133 29 179 0.26 0.84 0 0.30 281.6 0.72 0.41
Hex 85 1D B3 1A 54 0 1E 11A 48 29
Octal 205 35 263 32 124 0 36 432 110 51
Binary 10000101 11101 10110011 11010 1010100 0 11110 100011010 1001000 101001

Color Harmonies of #851DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851DB3

Black with #851DB3

Text Example


Text Example

White with #851DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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