Html Css Color HEX #861AB3 Dark Orchid

📋 copy color: '#861AB3'

red 134 ◦ green 26 ◦ blue 179

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

Shades of Dark Orchid #861AB3

Tints of Dark Orchid #861AB3

RGB

 RED value IS 134 (52.73% from 255) = 39.53%

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

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

R = 39.53%
G = 7.67%
B = 52.8%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#861AB3 (or 0x861AB3) is known color: Dark Orchid. HEX triplet: 86, 1A and B3. RGB value is (134,26,179). Sum of RGB (Red+Green+Blue) = 134+26+179=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 179 (70.31% from 255 or 52.80% from 339); Max value from RGB is 179 - color contains mainly: blue. Hex color #861AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861AB3 is #79E54C. Grayscale: #4B4B4B. Windows color (decimal): -7988557 or 11737734. OLE color: 11737734.

HSL color Cylindrical-coordinate representation of color #861AB3: hue angle of 282.35º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #861AB3 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 26 179 -
CMYK 0.25 0.85 0 0.30
HSL 282.35º 0.75% 0.4% -
HSV(B) 282.35º 0.85% 0.7% -
XYZ 18.34 9.06 43.43 -
YUV 75.73 186.28 169.56 -
System Red Green Blue C M Y K H S L
Decimal 134 26 179 0.25 0.85 0 0.30 282.35 0.75 0.4
Hex 86 1A B3 19 55 0 1E 11A 4B 28
Octal 206 32 263 31 125 0 36 432 113 50
Binary 10000110 11010 10110011 11001 1010101 0 11110 100011010 1001011 101000

Color Harmonies of #861AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861AB3

Black with #861AB3

Text Example


Text Example

White with #861AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861AB3; }

 p { color: rgb(134,26,179); }

 H1.HeaderClassName
 {
   color: #861AB3;
 }
 .AnyTagClassName
 {
   color: #861AB3;
 }
</style>

background-color css

<style>
 a { background-color: #861AB3; }

 a { background-color: rgb(134,26,179); }

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

border-color css

<style>
 span { border-color: #861AB3; }

 span { border-color: rgb(134,26,179); }

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