Html Css Color HEX #863ABE Dark Orchid

📋 copy color: '#863ABE'

red 134 ◦ green 58 ◦ blue 190

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

Shades of Dark Orchid #863ABE

Tints of Dark Orchid #863ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 35.08%
G = 15.18%
B = 49.74%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#863ABE (or 0x863ABE) is known color: Dark Orchid. HEX triplet: 86, 3A and BE. RGB value is (134,58,190). Sum of RGB (Red+Green+Blue) = 134+58+190=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #863ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863ABE is #79C541. Grayscale: #5F5F5F. Windows color (decimal): -7980354 or 12466822. OLE color: 12466822.

HSL color Cylindrical-coordinate representation of color #863ABE: hue angle of 274.55º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #863ABE is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 58 190 -
CMYK 0.29 0.69 0 0.25
HSL 274.55º 0.53% 0.49% -
HSV(B) 274.55º 0.69% 0.75% -
XYZ 20.64 11.81 49.91 -
YUV 95.77 181.18 155.27 -
System Red Green Blue C M Y K H S L
Decimal 134 58 190 0.29 0.69 0 0.25 274.55 0.53 0.49
Hex 86 3A BE 1D 45 0 19 113 35 31
Octal 206 72 276 35 105 0 31 423 65 61
Binary 10000110 111010 10111110 11101 1000101 0 11001 100010011 110101 110001

Color Harmonies of #863ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863ABE

Black with #863ABE

Text Example


Text Example

White with #863ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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