Html Css Color HEX #863AB3 Dark Orchid

📋 copy color: '#863AB3'

red 134 ◦ green 58 ◦ blue 179

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

Shades of Dark Orchid #863AB3

Tints of Dark Orchid #863AB3

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.63%

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

R = 36.12%
G = 15.63%
B = 48.25%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#863AB3 (or 0x863AB3) is known color: Dark Orchid. HEX triplet: 86, 3A and B3. RGB value is (134,58,179). Sum of RGB (Red+Green+Blue) = 134+58+179=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #863AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863AB3 is #79C54C. Grayscale: #5E5E5E. Windows color (decimal): -7980365 or 11745926. OLE color: 11745926.

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

Color convert

RGB 134 58 179 -
CMYK 0.25 0.68 0 0.30
HSL 277.69º 0.51% 0.46% -
HSV(B) 277.69º 0.68% 0.7% -
XYZ 19.48 11.35 43.81 -
YUV 94.52 175.68 156.16 -
System Red Green Blue C M Y K H S L
Decimal 134 58 179 0.25 0.68 0 0.30 277.69 0.51 0.46
Hex 86 3A B3 19 44 0 1E 116 33 2E
Octal 206 72 263 31 104 0 36 426 63 56
Binary 10000110 111010 10110011 11001 1000100 0 11110 100010110 110011 101110

Color Harmonies of #863AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863AB3

Black with #863AB3

Text Example


Text Example

White with #863AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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