Html Css Color HEX #851ABF Dark Orchid

📋 copy color: '#851ABF'

red 133 ◦ green 26 ◦ blue 191

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

Shades of Dark Orchid #851ABF

Tints of Dark Orchid #851ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.57%

R = 38%
G = 7.43%
B = 54.57%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#851ABF (or 0x851ABF) is known color: Dark Orchid. HEX triplet: 85, 1A and BF. RGB value is (133,26,191). Sum of RGB (Red+Green+Blue) = 133+26+191=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #851ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851ABF is #7AE540. Grayscale: #4C4C4C. Windows color (decimal): -8054081 or 12524165. OLE color: 12524165.

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

Color convert

RGB 133 26 191 -
CMYK 0.30 0.86 0 0.25
HSL 278.91º 0.76% 0.43% -
HSV(B) 278.91º 0.86% 0.75% -
XYZ 19.45 9.49 50.1 -
YUV 76.8 192.45 168.08 -
System Red Green Blue C M Y K H S L
Decimal 133 26 191 0.30 0.86 0 0.25 278.91 0.76 0.43
Hex 85 1A BF 1E 56 0 19 117 4C 2B
Octal 205 32 277 36 126 0 31 427 114 53
Binary 10000101 11010 10111111 11110 1010110 0 11001 100010111 1001100 101011

Color Harmonies of #851ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851ABF

Black with #851ABF

Text Example


Text Example

White with #851ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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