Html Css Color HEX #851BAF Dark Orchid

📋 copy color: '#851BAF'

red 133 ◦ green 27 ◦ blue 175

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

Shades of Dark Orchid #851BAF

Tints of Dark Orchid #851BAF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.06%

 BLUE value IS 175 (68.75% from 255) = 52.24%

R = 39.7%
G = 8.06%
B = 52.24%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#851BAF (or 0x851BAF) is known color: Dark Orchid. HEX triplet: 85, 1B and AF. RGB value is (133,27,175). Sum of RGB (Red+Green+Blue) = 133+27+175=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #851BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851BAF is #7AE450. Grayscale: #4B4B4B. Windows color (decimal): -8053841 or 11475845. OLE color: 11475845.

HSL color Cylindrical-coordinate representation of color #851BAF: hue angle of 282.97º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851BAF is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 27 175 -
CMYK 0.24 0.85 0 0.31
HSL 282.97º 0.73% 0.4% -
HSV(B) 282.97º 0.85% 0.69% -
XYZ 17.8 8.87 41.33 -
YUV 75.57 184.12 168.97 -
System Red Green Blue C M Y K H S L
Decimal 133 27 175 0.24 0.85 0 0.31 282.97 0.73 0.4
Hex 85 1B AF 18 55 0 1F 11B 49 28
Octal 205 33 257 30 125 0 37 433 111 50
Binary 10000101 11011 10101111 11000 1010101 0 11111 100011011 1001001 101000

Color Harmonies of #851BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851BAF

Black with #851BAF

Text Example


Text Example

White with #851BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,27,175); }

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

background-color css

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

 a { background-color: rgb(133,27,175); }

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

border-color css

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

 span { border-color: rgb(133,27,175); }

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