Html Css Color HEX #851AC7 Dark Orchid

📋 copy color: '#851AC7'

red 133 ◦ green 26 ◦ blue 199

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

Shades of Dark Orchid #851AC7

Tints of Dark Orchid #851AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 55.59%

R = 37.15%
G = 7.26%
B = 55.59%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#851AC7 (or 0x851AC7) is known color: Dark Orchid. HEX triplet: 85, 1A and C7. RGB value is (133,26,199). Sum of RGB (Red+Green+Blue) = 133+26+199=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 199 (78.12% from 255 or 55.59% from 358); Max value from RGB is 199 - color contains mainly: blue. Hex color #851AC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851AC7 is #7AE538. Grayscale: #4D4D4D. Windows color (decimal): -8054073 or 13048453. OLE color: 13048453.

HSL color Cylindrical-coordinate representation of color #851AC7: hue angle of 277.11º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851AC7 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 26 199 -
CMYK 0.33 0.87 0 0.22
HSL 277.11º 0.77% 0.44% -
HSV(B) 277.11º 0.87% 0.78% -
XYZ 20.35 9.85 54.86 -
YUV 77.72 196.45 167.43 -
System Red Green Blue C M Y K H S L
Decimal 133 26 199 0.33 0.87 0 0.22 277.11 0.77 0.44
Hex 85 1A C7 21 57 0 16 115 4D 2C
Octal 205 32 307 41 127 0 26 425 115 54
Binary 10000101 11010 11000111 100001 1010111 0 10110 100010101 1001101 101100

Color Harmonies of #851AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851AC7

Black with #851AC7

Text Example


Text Example

White with #851AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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